From e6c12a0920365c0126051c669ccead3d511a1a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:27:35 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 44.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 44.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...44.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4c6157..6530514 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "requests>=2.32.3", "PyJWT>=2.8,<2.10", "cffi>=1.15.1", - "cryptography==44.0.1", + "cryptography==44.0.2", "setuptools~=70.3", "grpcio-status>=1.64,<1.67", "protoc-gen-openapiv2>=0.0.1",