diff --git a/.gitignore b/.gitignore index 4e638c85d7a..b2d313453b1 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,3 @@ docs/source/tools/assets/ .tfcache .env .python-version - 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 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"