From 1be4cfd19e14e1855583910b0bdd65a3f68414ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:18:54 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 3.3.2 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.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/3.2...3.3.2) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8d0075f..7e9ac23 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.10 cffi==1.14.0 -cryptography==3.2 +cryptography==3.3.2 Django==3.1.6 django-cors-headers==3.4.0 django-rest-knox==4.1.0