From 03f6048e9e3bf505a1749cee2cb26b7f0a31e526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:44:46 +0000 Subject: [PATCH] Bump cryptography from 2.9 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9 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.9...3.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8eeff9ef..73aae03a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ cffi==1.14.0 # via brotlipy, cryptography chardet==3.0.4 # via requests configparser==5.0.0 # via tini coverage==5.1 # via django-coverage-plugin -cryptography==2.9 # via pyjwt +cryptography==3.2 # via pyjwt defusedxml==0.6.0 # via python3-openid dj-database-url==0.5.0 # via -r requirements.in, django-heroku django-appconf==1.0.4 # via -r requirements.in