From 3eba2a1348c8dc240ed7772d7e61534be12ef2a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 06:39:11 +0000 Subject: [PATCH] Bump cryptography from 2.5 to 3.1.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.5 to 3.1.1. - [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.1.1) 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..04dee6d2 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.1.1 PyYAML==3.13