From 665524c0a570b85aec62240ff52474068967f242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:07:10 +0000 Subject: [PATCH 1/3] Bump cryptography from 42.0.4 to 43.0.1 in /src Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements-dev.txt | 6 ++---- src/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index aa9e3963..f80d02e4 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -59,10 +59,8 @@ colorama==0.4.6 colorful==0.5.5 # via ray coverage[toml]==7.3.2 - # via - # coverage - # pytest-cov -cryptography==42.0.4 + # via pytest-cov +cryptography==43.0.1 # via -r requirements.txt defusedxml==0.7.1 # via diff --git a/src/requirements.txt b/src/requirements.txt index 1e16bb40..943a2186 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -22,7 +22,7 @@ charset-normalizer==3.3.2 # via requests click==8.1.7 # via ray -cryptography==42.0.4 +cryptography==43.0.1 # via -r requirements.in defusedxml==0.7.1 # via its-preselector From 2443eb3789927ce8ca627a1dac9561ecbb562513 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Fri, 6 Sep 2024 13:10:29 -0600 Subject: [PATCH 2/3] Bump cryptography to >=43.0.1 --- src/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.in b/src/requirements.in index e70f4996..5a04eac5 100644 --- a/src/requirements.in +++ b/src/requirements.in @@ -1,4 +1,4 @@ -cryptography>=42.0.4 +cryptography>=43.0.1 django>=3.2.25, <4.0 djangorestframework>=3.0, <4.0 django-session-timeout>=0.1, <1.0 From ca88ea98e499f8b1a1de736a2ed1c0b3e42de6e9 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello Date: Fri, 6 Sep 2024 13:11:56 -0600 Subject: [PATCH 3/3] Re-compile requirements --- src/requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index f80d02e4..f3f24e19 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -59,7 +59,9 @@ colorama==0.4.6 colorful==0.5.5 # via ray coverage[toml]==7.3.2 - # via pytest-cov + # via + # coverage + # pytest-cov cryptography==43.0.1 # via -r requirements.txt defusedxml==0.7.1