From 839a5cf13b2f28de7332cebc9fe22b3435065bf3 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 2 Jun 2020 23:45:16 -0400 Subject: [PATCH] Update Python dependencies --- requirements.txt | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ab489cc2..72534522 100755 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pip>=20.1.1 packaging>=20.4 setuptools>=44.1.0;python_version<"3.5" setuptools>=47.1.1;python_version>="3.5" -setuptools-scm>=4.1.1 +setuptools-scm>=4.1.2 wheel>=0.34.2 six==1.15.0 nose==1.3.7 @@ -15,7 +15,7 @@ selenium==3.141.0 pluggy==0.13.1 attrs>=19.3.0 pytest==4.6.10;python_version<"3.5" -pytest==5.4.2;python_version>="3.5" +pytest==5.4.3;python_version>="3.5" pytest-cov==2.9.0 pytest-forked==1.1.3 pytest-html==1.22.1;python_version<"3.6" @@ -41,7 +41,7 @@ coverage==5.1 pyotp==2.3.0 boto==2.49.0 cffi==1.14.0 -rich==1.2.3;python_version>="3.6" and python_version<"4.0" +rich==1.3.1;python_version>="3.6" and python_version<"4.0" flake8==3.7.9;python_version<"3.5" flake8==3.8.2;python_version>="3.5" pyflakes==2.1.1;python_version<"3.5" diff --git a/setup.py b/setup.py index 80c6ce0b..53c7802b 100755 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ setup( 'pluggy==0.13.1', 'attrs>=19.3.0', 'pytest==4.6.10;python_version<"3.5"', - 'pytest==5.4.2;python_version>="3.5"', + 'pytest==5.4.3;python_version>="3.5"', 'pytest-cov==2.9.0', 'pytest-forked==1.1.3', 'pytest-html==1.22.1;python_version<"3.6"', @@ -132,7 +132,7 @@ setup( 'pyotp==2.3.0', 'boto==2.49.0', 'cffi==1.14.0', - 'rich==1.2.3;python_version>="3.6" and python_version<"4.0"', + 'rich==1.3.1;python_version>="3.6" and python_version<"4.0"', 'flake8==3.7.9;python_version<"3.5"', 'flake8==3.8.2;python_version>="3.5"', 'pyflakes==2.1.1;python_version<"3.5"',