From 208f9a32cb0cde376757db61cfd055bd82dacd9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:07:12 +0000 Subject: [PATCH] Bump cryptography from 44.0.3 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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 6d262d6..6209004 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ """ only python2 need enum34、pytz """ -requires = ["enum34", "pytz", "pycryptodome", "rsa", "cryptography==44.0.3"] +requires = ["enum34", "pytz", "pycryptodome", "rsa", "cryptography==46.0.6"] setup( name=NAME,