From 44a399db24edd5059930b8679d18bfea0bfb1a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 23:55:35 +0000 Subject: [PATCH] Bump cryptography from 36.0.2 to 41.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.2...41.0.2) --- 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..a3f7d922 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.2", "bcrypt==3.1.7", "defusedxml==0.7.1", "dnspython==2.2.1",