From 6147251f07e2df9d335d323c89f79c82ee085b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:25:52 +0000 Subject: [PATCH] [deps] Update cryptography requirement from ~=43.0.0 to ~=43.0.1 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/43.0.0...43.0.1) --- 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 e3aee52..668c6c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ django>=3.2.18,!=4.0.*,<5.2 openwisp-utils~=1.1.0 jsonfield>=3.1.0,<4.0.0 -cryptography~=43.0.0 +cryptography~=43.0.1 pyOpenSSL~=24.2.1