From 24bb6940917397860d97e57a2f06879de067da06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:21:54 +0000 Subject: [PATCH] Bump cryptography from 41.0.2 to 41.0.3 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index ab032256..e5c7efe0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,7 +15,7 @@ cffi==1.15.1 # pynacl charset-normalizer==3.1.0 # via requests -cryptography==41.0.2 +cryptography==41.0.3 # via paramiko decorator==5.1.1 # via fabric