From 9eb0265969b2750ef8e9ce5444c8982a8955cde7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:07:46 +0000 Subject: [PATCH] Bump cryptography from 39.0.2 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0431b335..88364d2c9 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'click_didyoumean==0.3.0', 'cloudify-common[dispatcher]==7.1.0.dev1', 'backports.shutil_get_terminal_size==1.0.0', - 'cryptography>=37,<40', + 'cryptography>=37,<42', 'fabric==2.7.1', ]