From 734b387c085b33f6971d8590f04c9b868e3ccb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:32:38 +0000 Subject: [PATCH] Bump cryptography from 42.0.0 to 42.0.4 in /ansible Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.4) --- 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 522791a..e229843 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.0 +cryptography==42.0.4 # via ansible-core jinja2==3.1.3 # via ansible-core