From 03bd8d7f19a099aecd7a4aeb92fa357258b1f303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 07:54:12 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 3.3.2 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2.1 to 3.3.2. - [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.2.1...3.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 e30ab57..e8f31d9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -26,7 +26,7 @@ django-cors-headers==3.5.0 # https://github.com/adamchainz/django-cors-headers # More... # ------------------------------------------------------------------------------ -cryptography==3.2.1 +cryptography==3.3.2 PyJWT==2.0.1 django-unique-upload==0.2.1