From 8c71ef1c50f0a87d120d15bda5f08bae77414730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:44:00 +0000 Subject: [PATCH] Build(deps): Bump cryptography from 3.3.2 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...42.0.4) --- 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 d4ace7b..088a417 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cffi==1.14.5 cryptography==3.3.2; python_version == '2.7' cryptography==39.0.1; python_version > '2.7' and python_version < '3.6' cryptography==40.0.2; python_version >= '3.6' and python_version < '3.7' -cryptography==42.0.3; python_version >= '3.7' +cryptography==42.0.4; python_version >= '3.7' dnspython==1.16.0 enum34==1.1.10 future==0.18.3