From 7fbac5f7f3144ee6c0f7731b125cd308546bc237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:27:14 -0700 Subject: [PATCH] Bump cryptography from 42.0.6 to 42.0.8 (#3391) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.6 to 42.0.8. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.6...42.0.8) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38aa4799b8..2eba4e39e6 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==42.0.6', + 'cryptography==42.0.8', 'pytest-httpserver>=1.0.4,<1.1', 'setuptools<=59.5.0', 'pillow==9.3.0', # Matches the Pillow version listed in the Dockerfile