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 4e21bec08250cc64095e9331ff2b80fc9a7e105c Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 19:19:55 +0000 Subject: [PATCH 3/3] Update dependency pyjwt to v2 --- tools/c7n_azure/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/c7n_azure/requirements.txt b/tools/c7n_azure/requirements.txt index 5acf8cea8f2..53fc34ee37d 100644 --- a/tools/c7n_azure/requirements.txt +++ b/tools/c7n_azure/requirements.txt @@ -81,7 +81,7 @@ 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" 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 +pyjwt==2.4.0 python-dateutil==2.8.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" pytz-deprecation-shim==0.1.0.post0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6" pytz==2022.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"