From 4245b81dda04e67a3d1f6c8b3a48b8416f469a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:27:13 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.4 to 41.0.6 in /deploy Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6) --- 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 6d3e7de8..4fe4b089 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -1,6 +1,6 @@ ansible==7.1.0 cffi==1.15.0 -cryptography==41.0.4 +cryptography==41.0.6 Jinja2==3.1.2 MarkupSafe==2.1.1 packaging==21.3