From a87be052bcc530099c8e602e35305738111005b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:08:27 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 +++- requirements_test.txt | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index bbc7a7c0..a6e21a83 100644 --- a/requirements.in +++ b/requirements.in @@ -28,7 +28,7 @@ notifications-python-client==10.0.0 boto3==1.24.* celery[redis]>=5.2.2 certifi==2024.07.04 -cryptography==42.0.4 +cryptography==43.0.1 deprecated==1.2.* dj-database-url drf-spectacular==0.26.1 diff --git a/requirements.txt b/requirements.txt index d858bd82..a883105f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,7 +68,7 @@ click-repl==0.3.0 # via celery cron-descriptor==1.4.3 # via django-celery-beat -cryptography==42.0.4 +cryptography==43.0.1 # via # -r requirements.in # pyhanko @@ -193,6 +193,8 @@ googleapis-common-protos==1.63.0 # via # opentelemetry-exporter-otlp-proto-grpc # opentelemetry-exporter-otlp-proto-http +greenlet==3.0.3 + # via sqlalchemy grpcio==1.64.0 # via opentelemetry-exporter-otlp-proto-grpc html5lib==1.1 diff --git a/requirements_test.txt b/requirements_test.txt index b2798f10..cc951b87 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -81,7 +81,7 @@ coverage[toml]==7.4.1 # pytest-cov cron-descriptor==1.4.3 # via django-celery-beat -cryptography==42.0.4 +cryptography==43.0.1 # via # -r requirements.in # pyhanko @@ -216,6 +216,8 @@ googleapis-common-protos==1.63.0 # via # opentelemetry-exporter-otlp-proto-grpc # opentelemetry-exporter-otlp-proto-http +greenlet==3.0.3 + # via sqlalchemy grpcio==1.64.0 # via opentelemetry-exporter-otlp-proto-grpc html5lib==1.1