From 4e27dfcdef792fbbb90121b26785500f31b8add6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:10:56 +0000 Subject: [PATCH] build(deps): bump cryptography from 41.0.2 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 27711810..064a0bc2 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -36,7 +36,7 @@ click==8.1.0 # -c requirements.prod.txt # black # pip-tools -cryptography==41.0.2 +cryptography==41.0.4 # via paramiko distlib==0.3.4 # via virtualenv