From d8d8aa660e503988159a28b67e59305b2b7aa09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:03:56 +0000 Subject: [PATCH] chore(deps): bump cryptography from 41.0.5 to 41.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53dc096..6275505 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cffi==1.16.0 charset-normalizer==3.3.2; python_full_version >= "3.6.1" and python_version >= "3" click==8.0.3; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1" colorama==0.4.6 -cryptography==41.0.5; python_version >= "3.6" +cryptography==41.0.7; python_version >= "3.6" dnspython==2.4.2; python_full_version >= "3.6.1" and python_version >= "3.6" ecdsa==0.17.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" email-validator==1.1.3; python_full_version >= "3.6.2" and python_full_version < "4.0.0"