From 598e414f70462ed3784fb257930e19430164a974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 15:46:37 +0000 Subject: [PATCH] Bump cryptography from 2.1.4 to 2.3 in /setup Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 2.3. - [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...2.3) Signed-off-by: dependabot[bot] --- setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.txt b/setup/requirements.txt index c0099e5ab..f4552b01d 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -8,7 +8,7 @@ cffi==1.11.2 chardet==3.0.4 cheroot==5.10.0 CherryPy==12.0.1 -cryptography==2.1.4 +cryptography==2.3 cycler==0.10.0 enum34==1.1.6 functools32==3.2.3.post2