From c3138b2bab1eb6529773ae1673d7c5a208e1ab11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:16:08 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.4.8 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...41.0.4) --- 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 66d5e8d..e23a6c5 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires=[ "certifi>=2023.5.7", "cffi>=1.15.1", - "cryptography==3.4.8", + "cryptography==41.0.4", "ecdsa>=0.18.0", "idna>=3.4", "pyasn1>=0.5.0",