Skip to content

Commit

Permalink
Merge pull request Backblaze#973 from reef-technologies/pretty_table_…
Browse files Browse the repository at this point in the history
…sec_update

update license text generation dependencies to prevent triggering sec…
  • Loading branch information
mjurbanski-reef authored Nov 30, 2023
2 parents d670853 + d4a732a commit 26a7e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+update_license_gen_deps.infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update license text generation dependencies to prevent triggering security scan false-positives.
3 changes: 2 additions & 1 deletion requirements-license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pip-licenses==3.5.5; python_version < '3.8'
pip-licenses~=4.3.3; python_version >= '3.8'
pipdeptree>=2.9,<3
prettytable~=3.7
prettytable~=3.7; python_version < '3.8'
prettytable~=3.9; python_version >= '3.8'

0 comments on commit 26a7e51

Please sign in to comment.