From e7b5ecb40fb89ea582137656b00a856418889d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 02:34:29 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 3.3.2 in /.devcontainer 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] --- .devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 64501412..4a354b56 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -7,7 +7,7 @@ celery==4.4.6 certifi==2020.12.5 cffi==1.14.3 chardet==3.0.4 -cryptography==3.2.1 +cryptography==3.3.2 decorator==4.4.2 Django==3.1.4 django-cors-headers==3.5.0