From 0f40fc885a6d2ef7700271959030b598f7eceabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:31:47 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- requirements_test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8d9736f..45020af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ coreschema==0.0.4 # via coreapi cron-descriptor==1.4.3 # via django-celery-beat -cryptography==42.0.8 +cryptography==43.0.1 # via # azure-identity # jwcrypto diff --git a/requirements_dev.txt b/requirements_dev.txt index f09d2c5..7aa79d2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -104,7 +104,7 @@ cron-descriptor==1.4.3 # via # -r ./requirements_test.txt # django-celery-beat -cryptography==42.0.8 +cryptography==43.0.1 # via # -r ./requirements_test.txt # azure-identity diff --git a/requirements_test.txt b/requirements_test.txt index dffa3b2..611dfeb 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -95,7 +95,7 @@ cron-descriptor==1.4.3 # via # -r ./requirements.txt # django-celery-beat -cryptography==42.0.8 +cryptography==43.0.1 # via # -r ./requirements.txt # azure-identity