From 2432ab59036955660dd53ebfb831dc1193847434 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 09:20:40 +0800 Subject: [PATCH 1/2] Update cryptography from 2.3.1 to 2.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db768e8..6e1adbd 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.4.1 # via pytdx cycler==0.10.0 # via matplotlib cython==0.28.5 humanfriendly==4.16.1 # via coloredlogs From b5cd89deb011d2c49f821388e3d057c8abe4e3e5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Nov 2018 09:20:42 +0800 Subject: [PATCH 2/2] Update cryptography from 2.3.1 to 2.4.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 446044f..63def9f 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.4.1 PyYAML==3.13 pytest==3.8.1 pytest-runner==4.2