From 55c708bf5531ddffd263ab61d4d0811b15907a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:02:25 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- 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 7eeabcb0..5dbd07e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ charset-normalizer==3.2.0 # via requests click==8.1.7 # via -r requirements.in -cryptography==41.0.3 +cryptography==41.0.4 # via # azure-storage-blob # paramiko diff --git a/requirements_dev.txt b/requirements_dev.txt index 92dbf480..056f92b5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -35,7 +35,7 @@ click==8.1.7 # runlike coverage[toml]==7.3.0 # via pytest-cov -cryptography==41.0.3 +cryptography==41.0.4 # via moto dill==0.3.7 # via pylint