From f32af3ca7e60378b7a741fbfd0c084a9f206b729 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 26 Nov 2018 17:14:44 -0800 Subject: Update pip dependencies --- install/requirements-tests.txt | 6 +++--- install/requirements.txt | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/install/requirements-tests.txt b/install/requirements-tests.txt index 57e98ce1..89f37572 100644 --- a/install/requirements-tests.txt +++ b/install/requirements-tests.txt @@ -1,10 +1,10 @@ atomicwrites==1.2.1 attrs==18.2.0 more-itertools==4.3.0 -pluggy==0.7.1 +pluggy==0.8.0 py==1.7.0 -pytest==3.8.2 +pytest==4.0.1 pytest-faulthandler==1.5.0 pytest-qt==3.2.1 six==1.11.0 -urllib3==1.23 +urllib3==1.24.1 diff --git a/install/requirements.txt b/install/requirements.txt index 20811f7b..81430398 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -1,26 +1,26 @@ altgraph==0.16.1 asn1crypto==0.24.0 -certifi==2018.8.24 +certifi==2018.10.15 cffi==1.11.5 chardet==3.0.4 -click==6.7 -cryptography==2.3.1 +Click==7.0 +cryptography==2.4.2 Flask==1.0.2 -future==0.16.0 +future==0.17.1 idna==2.7 -itsdangerous==0.24 +itsdangerous==1.1.0 Jinja2==2.10 macholib==1.11 -MarkupSafe==1.0 +MarkupSafe==1.1.0 pefile==2018.8.8 -pycparser==2.18 -pycryptodome==3.6.6 +pycparser==2.19 +pycryptodome==3.7.2 PyInstaller==3.4 -PyQt5==5.11.2 -PyQt5-sip==4.19.12 +PyQt5==5.11.3 +PyQt5-sip==4.19.13 PySocks==1.6.8 -requests==2.19.1 +requests==2.20.1 six==1.11.0 stem==1.7.0 -urllib3==1.23 +urllib3==1.24.1 Werkzeug==0.14.1 -- cgit v1.2.3-54-g00ecf