From fd0dad7b4e0f87b7175db7ab8b2dd37a0f3e3113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:12:20 +0000 Subject: [PATCH] Bump cryptography from 2.1.4 to 3.2 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 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/2.1.4...3.2) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 182a70a..33238d9 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,5 +8,5 @@ flake8==3.5.0 tox==2.9.1 coverage==4.5.1 Sphinx==1.7.0 -cryptography==2.1.4 +cryptography==3.2 PyYAML==3.12