From 299c1b9f4948bdbb9d09c05b67e70b2c56005d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:09:30 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.0 to 41.0.2 in /deploy Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.2) --- 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 64b88fc9..ece1cfd7 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -1,6 +1,6 @@ ansible==7.1.0 cffi==1.15.0 -cryptography==41.0.0 +cryptography==41.0.2 Jinja2==3.1.2 MarkupSafe==2.1.1 packaging==21.3