From d2da81529895e7745bbee29a439cdb43d1390e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:31:39 +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: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- requirements_test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index a4ccdcbc..d1662b37 100644 --- a/requirements.in +++ b/requirements.in @@ -22,7 +22,7 @@ bleach==3.* boto3==1.24.* celery[redis] certifi==2024.7.4 -cryptography==42.* +cryptography==43.* dj-database-url==2.1.* drf-spectacular elastic-apm>6.0 diff --git a/requirements.txt b/requirements.txt index 32c0b701..a2c9fd67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ click-repl==0.3.0 # via celery cron-descriptor==1.4.3 # via django-celery-beat -cryptography==42.0.8 +cryptography==43.0.1 # via -r requirements.in defusedxml==0.7.1 # via willow diff --git a/requirements_test.txt b/requirements_test.txt index 2a9423fc..7ee14021 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -72,7 +72,7 @@ coveralls==4.0.1 # via -r requirements_test.in cron-descriptor==1.4.3 # via django-celery-beat -cryptography==42.0.8 +cryptography==43.0.1 # via -r requirements.in defusedxml==0.7.1 # via willow