From 92a21d95fef8805c7065167c7b8a87ab3b4fe244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 15:38:25 +0000 Subject: [PATCH] Bump pyopenssl from 16.2.0 to 17.5.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 16.2.0 to 17.5.0. - [Release notes](https://github.com/pyca/pyopenssl/releases) - [Changelog](https://github.com/pyca/pyopenssl/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/16.2.0...17.5.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8d5955..d7fe49e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pyasn1-modules==0.0.8 pycparser==2.17 PyDispatcher==2.0.5 Pygments==2.2.0 -pyOpenSSL==16.2.0 +pyOpenSSL==17.5.0 pyparsing==2.2.0 python-dateutil==2.6.0 pytz==2016.10