From e37e22eb0dd61049bdffac2f1f185bf9bd4a5925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:45:46 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 43.0.1 in /ansible Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.txt b/ansible/requirements.txt index e406232..5ead397 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -10,7 +10,7 @@ ansible-core==2.15.9 # via ansible cffi==1.15.1 # via cryptography -cryptography==42.0.4 +cryptography==43.0.1 # via ansible-core jinja2==3.1.4 # via ansible-core