From 9db23e02ddf5a6229504e7558ca98417ed98cc5b Mon Sep 17 00:00:00 2001 From: Bernhard Sirlinger Date: Tue, 3 Mar 2020 02:31:41 +0100 Subject: [PATCH] chore(deps): bump pyopenssl from 19.0.0 to 19.1.0 (#9626) Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 19.0.0 to 19.1.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/19.0.0...19.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 750640e431..a19768e77a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pyasn1==0.4.8 Pygments==2.5.2 PyJWT==1.7.1 PyMySQL==0.9.3 -pyOpenSSL==19.0.0 +pyOpenSSL==19.1.0 pyotp==2.3.0 PyPDF2==1.26.0 pypng==0.0.20