From 5b0258be5dd70294d37e6e1c5c090805cc7f009a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:05:02 +0000 Subject: [PATCH] Bump cryptography from 37.0.4 to 41.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 41.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/37.0.4...41.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f9a39b8..0bffa912 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def readme(): ], install_requires=[ "numpy==1.24.2", - "cryptography==37.0.4", + "cryptography==41.0.7", "aiohttp==3.9.1", "asyncpg==0.28.0", "uvloop==0.19.0",