From dfca4011cb85458bf4463404f97411b7fe8cec51 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 27 Feb 2019 23:04:33 +0800 Subject: [PATCH 1/2] Update cryptography from 2.3.1 to 2.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db768e8..e5341ee 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.6 # via pytdx cycler==0.10.0 # via matplotlib cython==0.28.5 humanfriendly==4.16.1 # via coloredlogs From 335614d8f0cf30368b6e7ffd23b8ed15eff9e53f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 27 Feb 2019 23:04:34 +0800 Subject: [PATCH 2/2] Update cryptography from 2.3.1 to 2.6 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 446044f..fa4faf3 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.6 PyYAML==3.13 pytest==3.8.1 pytest-runner==4.2