From 59821033249667979750093a42dfde5f3546d7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:08:41 +0000 Subject: [PATCH] Bump cryptography from 41.0.6 to 42.0.0 in /ansible Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- 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 6294fed..153e31f 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -10,7 +10,7 @@ ansible-core==2.15.8 # via ansible cffi==1.15.1 # via cryptography -cryptography==41.0.6 +cryptography==42.0.0 # via ansible-core jinja2==3.1.3 # via ansible-core