From 256e36b505c32ca47921a1e1746a8f8a175c33ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:49:26 -0400 Subject: [PATCH] [deps] Update cryptography requirement from ~=42.0.2 to ~=42.0.8 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.2...42.0.8) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37d4f88..3fb3a86 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.2 +cryptography~=42.0.8 pyOpenSSL~=24.1.0