From 087c31728b4d5b37e128d08cfb92ff827680d789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:23:10 +0000 Subject: [PATCH] Bump cryptography from 39.0.2 to 41.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.2...41.0.0) --- 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', ]