Skip to content

Commit 839a5cf

Browse files
committed
Update Python dependencies
1 parent d405413 commit 839a5cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=20.1.1
22
packaging>=20.4
33
setuptools>=44.1.0;python_version<"3.5"
44
setuptools>=47.1.1;python_version>="3.5"
5-
setuptools-scm>=4.1.1
5+
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
88
nose==1.3.7
@@ -15,7 +15,7 @@ selenium==3.141.0
1515
pluggy==0.13.1
1616
attrs>=19.3.0
1717
pytest==4.6.10;python_version<"3.5"
18-
pytest==5.4.2;python_version>="3.5"
18+
pytest==5.4.3;python_version>="3.5"
1919
pytest-cov==2.9.0
2020
pytest-forked==1.1.3
2121
pytest-html==1.22.1;python_version<"3.6"
@@ -41,7 +41,7 @@ coverage==5.1
4141
pyotp==2.3.0
4242
boto==2.49.0
4343
cffi==1.14.0
44-
rich==1.2.3;python_version>="3.6" and python_version<"4.0"
44+
rich==1.3.1;python_version>="3.6" and python_version<"4.0"
4545
flake8==3.7.9;python_version<"3.5"
4646
flake8==3.8.2;python_version>="3.5"
4747
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
'pluggy==0.13.1',
107107
'attrs>=19.3.0',
108108
'pytest==4.6.10;python_version<"3.5"',
109-
'pytest==5.4.2;python_version>="3.5"',
109+
'pytest==5.4.3;python_version>="3.5"',
110110
'pytest-cov==2.9.0',
111111
'pytest-forked==1.1.3',
112112
'pytest-html==1.22.1;python_version<"3.6"',
@@ -132,7 +132,7 @@
132132
'pyotp==2.3.0',
133133
'boto==2.49.0',
134134
'cffi==1.14.0',
135-
'rich==1.2.3;python_version>="3.6" and python_version<"4.0"',
135+
'rich==1.3.1;python_version>="3.6" and python_version<"4.0"',
136136
'flake8==3.7.9;python_version<"3.5"',
137137
'flake8==3.8.2;python_version>="3.5"',
138138
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)