From b88808752925f196b970a249cd7262042b9faa80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 01:18:04 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 39.0.1 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 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.7...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/dev.txt | 2 +- requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 03be9c3d..d006fb7a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ cffi==1.14.5 # via cryptography chardet==4.0.0 # via requests -cryptography==3.4.7 +cryptography==39.0.1 # via social-auth-core defusedxml==0.7.1 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index 0338250d..ec978627 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -22,7 +22,7 @@ coverage==5.5 # via # codecov # pytest-cov -cryptography==3.4.7 +cryptography==39.0.1 # via social-auth-core decorator==5.0.9 # via diff --git a/requirements/test.txt b/requirements/test.txt index cdf3ec12..4ad48734 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ cffi==1.15.1 chardet==4.0.0 codecov==2.1.11 coverage==7.0.5 -cryptography==39.0.0 +cryptography==39.0.1 defusedxml==0.7.1 dj-database-url==0.4.2 django==2.2.28