From f317a7732b00d20e298af164992f47cdb0333a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:36:16 +0000 Subject: [PATCH] Bump cryptography from 43.0.0 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- 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 ae3774bc..5ede7274 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ cffi==1.17.0 # pynacl charset-normalizer==3.3.2 # via requests -cryptography==43.0.0 +cryptography==43.0.1 # via # azure-identity # azure-storage-blob diff --git a/requirements_dev.txt b/requirements_dev.txt index ec760b29..0d6f5115 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -60,7 +60,7 @@ charset-normalizer==3.3.2 # via # -r requirements.txt # requests -cryptography==43.0.0 +cryptography==43.0.1 # via # -r requirements.txt # azure-identity