From 65c1a045b5c0e724a5a16747f308ecf70ebac68c Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 23 Oct 2019 13:29:00 -0400 Subject: [PATCH] Bump Cython & pyOpenSSL deps to most recent --- .ci/requirements.txt | 4 ++-- requirements.dev.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/requirements.txt b/.ci/requirements.txt index 1347173..6bb3d4c 100644 --- a/.ci/requirements.txt +++ b/.ci/requirements.txt @@ -1,7 +1,7 @@ -Cython==0.29.10 +Cython==0.29.13 aiohttp tinys3 twine psutil -pyOpenSSL==18.0.0 +pyOpenSSL==19.0.0 flake8>=3.7.5 diff --git a/requirements.dev.txt b/requirements.dev.txt index 82806a1..1d045eb 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,5 @@ -Cython==0.29.10 +Cython==0.29.13 Sphinx>=1.4.1 psutil -pyOpenSSL==18.0.0 +pyOpenSSL==19.0.0 flake8>=3.7.5