From f79a58e6ad59ad3475cf937805983f2490100b32 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 17 Oct 2019 22:15:22 +0800 Subject: [PATCH 1/2] Update cryptography from 2.3.1 to 2.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db768e8..db8fc3f 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.8 # via pytdx cycler==0.10.0 # via matplotlib cython==0.28.5 humanfriendly==4.16.1 # via coloredlogs From b55573c4905f9e681e05095d1c77dc4aa491e151 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 17 Oct 2019 22:15:23 +0800 Subject: [PATCH 2/2] Update cryptography from 2.3.1 to 2.8 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 446044f..6c932d0 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.8 PyYAML==3.13 pytest==3.8.1 pytest-runner==4.2