From 4de80250758da0a7072c273b93f7aeced417bc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 08:12:02 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 45.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 45.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...45.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 719f920..f8c01c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ grpcio-status~=1.66.2 requests~=2.32.3 pydantic~=2.10.6 PyJWT~=2.9.0 -cryptography~=44.0.1 +cryptography~=45.0.6 setuptools~=80.9.0 \ No newline at end of file diff --git a/setup.py b/setup.py index f86da4c..5a14a35 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "requests>=2.32.3", "PyJWT>=2.8,<2.10", "cffi>=1.15.1", - "cryptography==44.0.1", + "cryptography==45.0.6", "setuptools>=78.1.1", "grpcio-status>=1.64,<1.67", "protoc-gen-openapiv2>=0.0.1",