From 50a64f0df6c65bdec0aca555e0fb6bd4bf313591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 02:03:22 +0000 Subject: [PATCH] Bump cryptography from 3.2.1 to 3.3.2 in /pylucid/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/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2.1...3.3.2) Signed-off-by: dependabot[bot] --- pylucid/requirements/developer_installation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylucid/requirements/developer_installation.txt b/pylucid/requirements/developer_installation.txt index e6a48777..889422ff 100644 --- a/pylucid/requirements/developer_installation.txt +++ b/pylucid/requirements/developer_installation.txt @@ -52,7 +52,7 @@ coverage==5.3 # pytest-cov coveralls==2.1.2 # via -r test_requirements.txt -cryptography==3.2.1 +cryptography==3.3.2 # via secretstorage django-appconf==1.0.4 # via django-compressor