From c0f2b1d070190644bbe96d5e261d428adb14092d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 01:50:17 +0000 Subject: [PATCH] Bump cryptography from 3.4.8 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 928c2186..7d832eee 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ beautifulsoup4==4.9.0 boto3==1.12.26 celery==5.2.2 celery-redbeat==2.0.0 -cryptography~=3.4 +cryptography~=39.0 dj-database-url==0.3.0 dj-static==0.0.6 django-redis==5.2.0 diff --git a/requirements.txt b/requirements.txt index 2d56ae33..480c2bd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ click-plugins==1.1.1 # via celery click-repl==0.2.0 # via celery -cryptography==3.4.8 +cryptography==39.0.1 # via # -r requirements.in # django-encrypted-model-fields