From 2fa45871fd3f7c93362396b6ce3fe2821f6ca705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:11:43 +0000 Subject: [PATCH] Bump cryptography from 41.0.4 to 41.0.6 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3282cfee..8b867b73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ charset-normalizer==3.3.0 # via requests click==8.1.7 # via -r requirements.in -cryptography==41.0.4 +cryptography==41.0.6 # via # azure-storage-blob # paramiko diff --git a/requirements_dev.txt b/requirements_dev.txt index d624b925..28de7a4a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -37,7 +37,7 @@ coverage[toml]==7.3.2 # via # coverage # pytest-cov -cryptography==41.0.4 +cryptography==41.0.6 # via moto dill==0.3.7 # via pylint