From ea02c274d59d32ccb193c409b682d9f58a2a113d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:22:19 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...43.0.1) --- 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 2ce65a1b..c018fbd1 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ # Newer versions require a Rust compiler to build, see # * https://github.com/openstack-charmers/zaza/issues/421 # * https://mail.python.org/pipermail/cryptography-dev/2021-January/001003.html - 'cryptography<3.4', + 'cryptography<43.1', 'hvac<0.7.0', 'jinja2',