From 186cc7da4e10808dc1959fc268e8b44c275e4636 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 06:39:50 +0000 Subject: [PATCH] Bump cryptography from 2.5 to 3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.5 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.5...3.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb83ef94..f155b661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ watchdog==0.9.0 tox==3.7.0 Sphinx==1.8.3 twine==1.12.1 -cryptography==2.5 +cryptography==3.2 PyYAML==3.13