From 2a698ce4cc2f792a65929afa3f998b114244d5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:13:44 +0000 Subject: [PATCH] Bump cryptography from 41.0.5 to 42.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 42.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...42.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development 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 d33f9ebec0..170f33f0ba 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ def package_files(prefix: str, directory: str, extension: str): 'GitPython==3.1.43', 'moto[s3]>=4.0.1,<5', 'mock-ssh-server==0.9.1', - 'cryptography==41.0.5', + 'cryptography==42.0.6', 'pytest-httpserver>=1.0.4,<1.1', 'setuptools<=59.5.0', 'pillow==9.3.0', # Matches the Pillow version listed in the Dockerfile