From 1a4ffb9ece3312fddc55f8c9a2ab0c6de5761f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 15:01:47 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 3.3.2 in /django-chatapp 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/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2.1...3.3.2) Signed-off-by: dependabot[bot] --- django-chatapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-chatapp/requirements.txt b/django-chatapp/requirements.txt index 3f449f3..2044613 100644 --- a/django-chatapp/requirements.txt +++ b/django-chatapp/requirements.txt @@ -6,7 +6,7 @@ certifi==2020.12.5 cffi==1.14.4 channels==3.0.2 constantly==15.1.0 -cryptography==3.2.1 +cryptography==3.3.2 daphne==3.0.1 Django==3.1.1 django-cors-headers==3.5.0