From 63593a7eb6ba053f236ea6261d60585a4020ff87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 00:24:15 +0000 Subject: [PATCH] Bump cryptography from 36.0.2 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eaf083b4..284bd02c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ install_requires=[ "click==8.0.4", "colorama==0.4.4", - "cryptography==36.0.2", + "cryptography==41.0.3", "bcrypt==3.1.7", "defusedxml==0.7.1", "dnspython==2.2.1",