From d4a732a9bce97c41cfcb4cde2b3f12db47486c08 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Wed, 29 Nov 2023 14:41:53 +0100 Subject: [PATCH] update license text generation dependencies to prevent triggering security scan false-positives --- changelog.d/+update_license_gen_deps.infrastructure.md | 1 + requirements-license.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog.d/+update_license_gen_deps.infrastructure.md diff --git a/changelog.d/+update_license_gen_deps.infrastructure.md b/changelog.d/+update_license_gen_deps.infrastructure.md new file mode 100644 index 000000000..c81e67e4f --- /dev/null +++ b/changelog.d/+update_license_gen_deps.infrastructure.md @@ -0,0 +1 @@ +Update license text generation dependencies to prevent triggering security scan false-positives. diff --git a/requirements-license.txt b/requirements-license.txt index 0e9d40136..8b16d71b0 100644 --- a/requirements-license.txt +++ b/requirements-license.txt @@ -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'