From f62962c34243eb3a1c93b0c5a7c8382b56acc790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:31:58 +0000 Subject: [PATCH] [deps] Update pyopenssl requirement from ~=24.1.0 to ~=24.2.1 Updates the requirements on [pyopenssl](https://github.com/pyca/pyopenssl) to permit the latest version. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/24.1.0...24.2.1) --- updated-dependencies: - dependency-name: pyopenssl 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..0cafaee 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~=42.0.8 -pyOpenSSL~=24.1.0 +pyOpenSSL~=24.2.1