From c9c23985d6499c1553c1e08add2c9920ce61964f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:15:44 +0000 Subject: [PATCH] Bump cryptography from 2.2.2 to 3.2 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 2.2.2 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.2.2...3.2) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9993622..dd4f6be 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ django-model-utils==3.1.2 social-auth-app-django==2.1.0 social-auth-core==1.7.0 wechatpy==1.7.3 -cryptography==2.2.2 +cryptography==3.2 django-oauth-toolkit==1.1 ipython<6