From 3551abe5da1cfb17ec3d9c0696c40d7bdb4facaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:38:46 +0000 Subject: [PATCH] Bump pyopenssl from 0.13 to 17.5.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 0.13 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/commits/17.5.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75cd1e2..e7deae4 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires=[ 'Twisted >= 12.1.0', 'wokkel == 0.7.1', - 'pyOpenSSL == 0.13', + 'pyOpenSSL == 17.5.0', ], keywords='twisted',