From 18734952b21e0e8e77e627f66dbe9dc117576fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 05:14:50 +0000 Subject: [PATCH] Bump cryptography from 40.0.2 to 41.0.0 in /project Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/requirements.txt b/project/requirements.txt index 3c0df54..3ac11f9 100644 --- a/project/requirements.txt +++ b/project/requirements.txt @@ -23,7 +23,7 @@ charset-normalizer==3.1.0 click==8.1.3 colorama==0.4.6 coverage==7.2.5 -cryptography==40.0.2 +cryptography==41.0.0 dnspython==2.3.0 eventlet==0.33.3 exceptiongroup==1.1.1