From da4ee4c432942f8af29e061c659aafd1605dd296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:59:55 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.4.8 to 41.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...41.0.6) --- 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 4c5ad0e..b537f92 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.6", "ecdsa>=0.18.0", "idna>=3.4", "pyasn1>=0.5.0",