From dfe53356c3e970b1f3a518d1912594eac74d7b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 04:44:15 +0000 Subject: [PATCH] build(deps): 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 628a7bb..217cb3f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires=[ 'Twisted >= 12.1.0', 'wokkel == 0.7.1', - 'pyOpenSSL == 0.13', + 'pyOpenSSL == 17.5.0', 'service-identity == 14.0.0', ],