From 47dbce2ebdc26b45f00a0606c42a4fb7ed272975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:47:37 +0000 Subject: [PATCH] Bump cryptography from 41.0.4 to 42.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...42.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91af6c5..0c82276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers=[ ] keywords=["ssl, tls, ocsp, python, security"] dependencies = [ - "cryptography~=41.0", + "cryptography>=41,<43", "nassl~=5.0", "certifi", ] diff --git a/requirements.txt b/requirements.txt index 85c533e..0388e2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi cffi==1.15.1 -cryptography==41.0.4 +cryptography==42.0.0 nassl==5.0.1 pycparser==2.21