From 8d78164f2eb64f30c481ede26b4f789188d0b1cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:31:59 +0000 Subject: [PATCH 1/2] [deps] Update cryptography requirement from ~=42.0.8 to ~=43.0.0 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) --- 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 3fb3a86..8035c99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ django>=3.2.18,!=4.0.*,<4.3 openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/master jsonfield>=3.1.0,<4.0.0 -cryptography~=42.0.8 +cryptography~=43.0.0 pyOpenSSL~=24.1.0 From 47627e394d092b840163e1795d5355e3b4c3f6dd Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 5 Aug 2024 21:51:13 -0400 Subject: [PATCH 2/2] [qa] Minor qa fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 930f909..cf18552 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ django>=3.2.18,!=4.0.*,<4.3 openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/master jsonfield>=3.1.0,<4.0.0 cryptography~=43.0.0 -pyOpenSSL~=24.2.1 \ No newline at end of file +pyOpenSSL~=24.2.1