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 a52250adaf92e8063d1dfd2d768376ecc091dae9 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" Date: Wed, 19 Oct 2022 07:41:13 +0000 Subject: [PATCH 3/3] Update dependency oauthlib to v3.2.2 --- tools/c7n_azure/requirements.txt | 2 +- tools/c7n_kube/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/c7n_azure/requirements.txt b/tools/c7n_azure/requirements.txt index 5acf8cea8f2..23b44f4fb7d 100644 --- a/tools/c7n_azure/requirements.txt +++ b/tools/c7n_azure/requirements.txt @@ -78,7 +78,7 @@ msal==1.17.0; python_version >= "3.6" msrest==0.6.21; python_version >= "3.6" msrestazure==0.6.4 netaddr==0.7.20 -oauthlib==3.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" +oauthlib==3.2.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" portalocker==2.4.0 pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.4.0" pyjwt==1.7.1 diff --git a/tools/c7n_kube/requirements.txt b/tools/c7n_kube/requirements.txt index b60b5505bd0..eadd8c0b5f5 100644 --- a/tools/c7n_kube/requirements.txt +++ b/tools/c7n_kube/requirements.txt @@ -4,7 +4,7 @@ charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= google-auth==2.6.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5" kubernetes==10.0.1 -oauthlib==3.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" +oauthlib==3.2.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" pyasn1-modules==0.2.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" pyasn1==0.4.8; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6") or python_version >= "3.6" and python_version < "4" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6") and python_full_version >= "3.6.0" python-dateutil==2.8.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"