Skip to content

Commit

Permalink
update license text generation dependencies to prevent triggering sec…
Browse files Browse the repository at this point in the history
…urity scan false-positives
  • Loading branch information
mjurbanski-reef committed Nov 29, 2023
1 parent 179c1bc commit d4a732a
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 d4a732a

Please sign in to comment.