From 990bcff9facd56b85505cf8c0d8ec46bc3dd11a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:04:48 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.6 to 42.0.0 in /deploy 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: direct:production ... Signed-off-by: dependabot[bot] --- deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/requirements.txt b/deploy/requirements.txt index 9b2e4e7c..48a35e65 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -1,6 +1,6 @@ ansible==8.5.0 cffi==1.15.0 -cryptography==41.0.6 +cryptography==42.0.0 Jinja2==3.1.3 MarkupSafe==2.1.1 packaging==21.3