From 7718d1172420741620d5622682e3570dafb89e25 Mon Sep 17 00:00:00 2001 From: Josh Carlson Date: Tue, 2 Feb 2021 13:38:26 -0500 Subject: [PATCH 1/3] Update .gitignore to add venv dir for python virtual envs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 809611243a1..3342ceea190 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ docs/source/*/resources docs/source/tools/assets/ .tfcache .env +venv/ From b7e63f438462c7772c955617da337ba4f48a5827 Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" <50673670+whitesource-for-github-com[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 16:57:02 +0000 Subject: [PATCH 2/3] Add .whitesource configuration file --- .whitesource | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000000..82efef091d3 --- /dev/null +++ b/.whitesource @@ -0,0 +1,3 @@ +{ + "settingsInheritedFrom": "brightcove/whitesource-config@main" +} \ No newline at end of file From 1f2e7abd84b1b0a68911158a149e292b4cde9077 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 09:05:37 +0000 Subject: [PATCH 3/3] Update dependency cryptography to v39 --- requirements.txt | 2 +- tools/c7n_azure/requirements.txt | 2 +- tools/c7n_openstack/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 05d73f1ead6..5931ddcdfc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= click==8.1.2; python_version >= "3.7" colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6") and python_version < "4.0" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6") and python_version < "4.0" coverage==5.5; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4") -cryptography==36.0.2; sys_platform == "linux" and python_version >= "3.7" +cryptography==39.0.1; sys_platform == "linux" and python_version >= "3.7" docutils==0.17.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") execnet==1.9.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4.0" flake8==3.9.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") diff --git a/tools/c7n_azure/requirements.txt b/tools/c7n_azure/requirements.txt index 5acf8cea8f2..ff2a8192c16 100644 --- a/tools/c7n_azure/requirements.txt +++ b/tools/c7n_azure/requirements.txt @@ -67,7 +67,7 @@ cffi==1.15.0; python_version >= "3.6" charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6" click==8.1.2; python_version >= "3.7" colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0" -cryptography==36.0.2; python_version >= "3.6" +cryptography==39.0.1; python_version >= "3.6" distlib==0.3.4 idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" importlib-metadata==4.11.3; python_version < "3.8" and python_version >= "3.7" diff --git a/tools/c7n_openstack/requirements.txt b/tools/c7n_openstack/requirements.txt index 2f8dadf8fd3..3d9a92dd64c 100644 --- a/tools/c7n_openstack/requirements.txt +++ b/tools/c7n_openstack/requirements.txt @@ -2,7 +2,7 @@ appdirs==1.4.4; python_version >= "3.6" certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" cffi==1.15.0; python_version >= "3.6" charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6" -cryptography==36.0.2; python_version >= "3.6" +cryptography==39.0.1; python_version >= "3.6" decorator==5.1.1; python_version >= "3.6" dogpile.cache==1.1.5; python_version >= "3.6" idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"