From df57c7e7bc34c63d6c6830542d5a335a01e0bff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:46:11 +0000 Subject: [PATCH] [deps] Update cryptography requirement in the pip group Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `cryptography` to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27c3640..fd7d213 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ django>=3.2.18,!=4.0.*,<5.2 openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/1.2 jsonfield>=3.1.0,<4.0.0 -cryptography~=43.0.3 +cryptography~=44.0.1 pyOpenSSL~=24.2.1