From fd3d435aa1d7a2b4598bab64060ed1cc061dce95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:03:24 +0000 Subject: [PATCH 1/5] build(deps): bump paramiko from 3.0.0 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.0.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.0.0...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9121263d..afb57663 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ ndg-httpsclient==0.5.1 oauth2client==4.1.3 oauthlib==3.1.0 packaging==21.3 -paramiko==3.0.0 +paramiko==3.4.0 parso==0.7.1 pathlib2==2.3.5 pexpect==4.8.0 From 5754ad53df3471462179f1a3fe11907281863524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:03:34 +0000 Subject: [PATCH 2/5] build(deps): bump gitpython from 3.1.37 to 3.1.41 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.41. - [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.37...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9121263d..23c33628 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ enum34==1.1.10 futures==3.1.1 fuzzywuzzy==0.18.0 gunicorn==20.0.4 -gitpython==3.1.37 +gitpython==3.1.41 httplib2==0.19.0 hvac==0.10.5 idna==2.10 From 29216608c4471a3800c1b8d4843b7e080c4a7535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:52:32 +0000 Subject: [PATCH 3/5] build(deps): bump jinja2 from 2.11.3 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9121263d..e9de1a51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ influxdb==5.3.1 ipaddress==1.0.23 ipython-genutils==0.2.0 jedi==0.17.2 -Jinja2==2.11.3 +Jinja2==3.1.3 jmespath==0.10.0 Markdown==3.3.3 MarkupSafe==1.1.1 From b3a47d9706efffc0159f24a5e0ed87b3a5122f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:15:01 +0000 Subject: [PATCH 4/5] build(deps): bump cryptography from 41.0.6 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9121263d..06be61f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ certifi==2023.7.22 cffi==1.15.1 chardet==3.0.4 configparser==5.0.1 -cryptography==41.0.6 +cryptography==42.0.4 decorator==4.4.2 defusedxml==0.7.1 Deprecated==1.2.10 From 35ff368e0bd21a5b5c018b93bb9b76a959547d83 Mon Sep 17 00:00:00 2001 From: Harish Ved Date: Mon, 19 Aug 2024 12:26:59 +0530 Subject: [PATCH 5/5] Updating packages --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c097c3a..7751aec0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ certifi==2023.7.22 cffi==1.15.1 chardet==3.0.4 configparser==5.0.1 -cryptography==42.0.4 +cryptography==43.0.0 decorator==4.4.2 defusedxml==0.7.1 Deprecated==1.2.10 @@ -42,7 +42,7 @@ jedi==0.17.2 Jinja2==3.1.3 jmespath==0.10.0 Markdown==3.3.3 -MarkupSafe==1.1.1 +MarkupSafe==2.1.5 msgpack==1.0.0 ndg-httpsclient==0.5.1 oauth2client==4.1.3 @@ -66,7 +66,7 @@ Pygments==2.15.0 PyJWT==2.6.0 PyMySQL==0.10.1 PyNaCl==1.5.0 -pyOpenSSL==23.2.0 +pyOpenSSL==24.2.1 pyparsing==2.4.7 python-dateutil==2.8.1 python-Levenshtein==0.12.0