From 1182821a5fa52c8cd0318f3d732352f106bdbf2b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 31 May 2019 08:37:24 +0800 Subject: [PATCH 1/2] Update cryptography from 2.3.1 to 2.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db768e8..f01ff34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ cffi==1.11.5 # via cryptography chardet==3.0.4 # via requests click==6.7 # via mootdx, pytdx coloredlogs==10.0 -cryptography==2.3.1 # via pytdx +cryptography==2.7 # via pytdx cycler==0.10.0 # via matplotlib cython==0.28.5 humanfriendly==4.16.1 # via coloredlogs From 356702d22710180f81024177198322a45dde1bf7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 31 May 2019 08:37:24 +0800 Subject: [PATCH 2/2] Update cryptography from 2.3.1 to 2.7 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 446044f..f54604b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ flake8==3.5.0 tox==3.4.0 coverage==4.5.1 -cryptography==2.3.1 +cryptography==2.7 PyYAML==3.13 pytest==3.8.1 pytest-runner==4.2