From ff7ed43e2088fe9ba3f398a51cb25b71f5ffda60 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sat, 2 May 2020 22:31:01 -0400 Subject: [PATCH] Update Python dependencies --- requirements.txt | 4 +--- setup.py | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 69993c71..adbd6e0c 100755 --- a/requirements.txt +++ b/requirements.txt @@ -23,12 +23,11 @@ pytest-metadata==1.8.0 pytest-ordering==0.6 pytest-rerunfailures==8.0;python_version<"3.6" pytest-rerunfailures==9.0;python_version>="3.6" -pytest-xdist==1.31.0 +pytest-xdist==1.32.0 parameterized==0.7.4 soupsieve==1.9.5;python_version<"3.5" soupsieve==2.0;python_version>="3.5" beautifulsoup4==4.9.0 -atomicwrites==1.3.0 cryptography==2.9.2 pyopenssl==19.1.0 pygments==2.5.2;python_version<"3.5" @@ -41,7 +40,6 @@ coverage==5.1 pyotp==2.3.0 boto==2.49.0 cffi==1.14.0 -tqdm==4.45.0 flake8==3.7.9 pyflakes==2.1.1 certifi>=2020.4.5.1 diff --git a/setup.py b/setup.py index 05c2d80e..6267e1b1 100755 --- a/setup.py +++ b/setup.py @@ -105,12 +105,11 @@ setup( 'pytest-ordering==0.6', 'pytest-rerunfailures==8.0;python_version<"3.6"', 'pytest-rerunfailures==9.0;python_version>="3.6"', - 'pytest-xdist==1.31.0', + 'pytest-xdist==1.32.0', 'parameterized==0.7.4', 'soupsieve==1.9.5;python_version<"3.5"', 'soupsieve==2.0;python_version>="3.5"', 'beautifulsoup4==4.9.0', - 'atomicwrites==1.3.0', 'cryptography==2.9.2', 'pyopenssl==19.1.0', 'pygments==2.5.2;python_version<"3.5"', @@ -123,7 +122,6 @@ setup( 'pyotp==2.3.0', 'boto==2.49.0', 'cffi==1.14.0', - 'tqdm==4.45.0', 'flake8==3.7.9', 'pyflakes==2.1.1', 'certifi>=2020.4.5.1',