From 9dcd1f27988d35a72d53636d4bbc821d6b3de31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:20:48 +0000 Subject: [PATCH] Bump cryptography from 44.0.3 to 48.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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 6e22300..f296509 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==48.0.1"] setup( name=NAME,