From 23e0598b62adac6c4b5372eedef7dd2b23570e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 08:17:46 +0000 Subject: [PATCH 1/4] Bump azure-identity from 1.4.1 to 1.6.0 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.4.1...azure-identity_1.6.0) Signed-off-by: dependabot[bot] --- automated_detection_testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated_detection_testing/requirements.txt b/automated_detection_testing/requirements.txt index 85a89bd145..374a65d2e1 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -7,7 +7,7 @@ attackcti==0.3.4.3 attrs==20.3.0 azure-common==1.1.25 azure-core==1.13.0 -azure-identity==1.4.1 +azure-identity==1.6.0 azure-mgmt-compute==17.0.0 azure-mgmt-core==1.2.1 azure-mgmt-network==16.0.0 From 417e72fe047358fb5c579d52959806073b6aab56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 08:17:49 +0000 Subject: [PATCH 2/4] Bump gitpython from 3.1.14 to 3.1.17 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.14 to 3.1.17. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.14...3.1.17) Signed-off-by: dependabot[bot] --- automated_detection_testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated_detection_testing/requirements.txt b/automated_detection_testing/requirements.txt index 85a89bd145..a2ec21c60b 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -26,7 +26,7 @@ dnspython==2.1.0 docutils==0.16 execnet==1.8.0 gitdb==4.0.5 -GitPython==3.1.14 +GitPython==3.1.17 identify==2.2.4 idna==2.8 importlib-metadata==4.0.1 From a89ab43c59449d33edec950151cf50460b020a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 08:17:54 +0000 Subject: [PATCH 3/4] Bump protobuf from 3.15.6 to 3.17.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.6 to 3.17.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.6...v3.17.0) Signed-off-by: dependabot[bot] --- automated_detection_testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated_detection_testing/requirements.txt b/automated_detection_testing/requirements.txt index 85a89bd145..0c62e74211 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -45,7 +45,7 @@ path.py==12.5.0 pexpect==4.8.0 pluggy==0.13.1 pre-commit==2.12.1 -protobuf==3.15.6 +protobuf==3.17.0 psutil==5.8.0 ptyprocess==0.7.0 py==1.10.0 From 22d9cb78fb8cebf1f7bad1d9d4b79fcd1c38e0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 08:28:22 +0000 Subject: [PATCH 4/4] Bump cfgv from 3.2.0 to 3.3.0 Bumps [cfgv](https://github.com/asottile/cfgv) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/asottile/cfgv/releases) - [Commits](https://github.com/asottile/cfgv/compare/v3.2.0...v3.3.0) Signed-off-by: dependabot[bot] --- automated_detection_testing/requirements.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automated_detection_testing/requirements.txt b/automated_detection_testing/requirements.txt index 85a89bd145..6de53ddd41 100644 --- a/automated_detection_testing/requirements.txt +++ b/automated_detection_testing/requirements.txt @@ -17,7 +17,7 @@ boto3==1.17.67 botocore==1.20.30 certifi==2020.12.5 cffi==1.14.5 -cfgv==2.0.1 +cfgv==3.3.0 chardet==4.0.0 configparser==5.0.2 contextlib2==0.6.0.post1 @@ -30,7 +30,7 @@ GitPython==3.1.14 identify==2.2.4 idna==2.8 importlib-metadata==4.0.1 -Jinja2==2.11.3 +Jinja2==3.0.0 jmespath==0.10.0 lockfile==0.12.2 MarkupSafe==1.1.1 diff --git a/requirements.txt b/requirements.txt index 4e3354db64..a4fbf913ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ attackcti==0.3.4.3 attrs==20.3.0 CacheControl==0.12.6 certifi==2020.12.5 -cfgv==3.2.0 +cfgv==3.3.0 chardet==4.0.0 colorama==0.4.4 coloredlogs==14.0 @@ -23,7 +23,7 @@ idna==2.10 importlib-metadata==4.0.1 importlib-resources==5.1.2 ipaddr==2.2.0 -Jinja2==2.11.3 +Jinja2==3.0.0 jsonschema==3.2.0 lockfile==0.12.2 MarkupSafe==2.0.0