From 0e521a5cfb086a24e7c7fef4737ab0228764541d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:06:53 -0700 Subject: [PATCH] Bump cryptography from 41.0.4 to 41.0.5 (#2675) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.5) --- 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 4d36d6aec0..bab0526e0f 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ def package_files(prefix: str, directory: str, extension: str): 'GitPython==3.1.40', 'moto[s3]>=4.0.1,<5', 'mock-ssh-server==0.9.1', - 'cryptography==41.0.4', + 'cryptography==41.0.5', 'pytest-httpserver>=1.0.4,<1.1', 'setuptools<=59.5.0', ]