From 7dac4a320b5a3b13c71472366b7c71d783fbe8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:51:40 +0000 Subject: [PATCH] Bump cryptography from 39.0.2 to 41.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.2...41.0.0) --- 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 9e5dfff3..2af0612c 100644 --- a/requirements.in +++ b/requirements.in @@ -37,5 +37,5 @@ elastic-apm>6.0 gevent==22.10.* psycogreen==1.0.2 wagtailmedia==0.14.* -cryptography==39.* +cryptography==41.* oauthlib==3.2.* diff --git a/requirements.txt b/requirements.txt index 346b1612..f7378989 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ click-repl==0.2.0 # via celery cron-descriptor==1.4.0 # via django-celery-beat -cryptography==39.0.2 +cryptography==41.0.0 # via -r requirements.in directory-components==39.1.2 # via -r requirements.in diff --git a/requirements_test.txt b/requirements_test.txt index 5586915f..6b1f9f07 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -69,7 +69,7 @@ coveralls==3.3.1 # via -r requirements_test.in cron-descriptor==1.4.0 # via django-celery-beat -cryptography==39.0.2 +cryptography==41.0.0 # via -r requirements.in directory-components==39.1.2 # via -r requirements.in