Skip to content

Commit 8baf107

Browse files
committed
Update Python dependencies
1 parent e3a9c1d commit 8baf107

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
pip>=20.1
1+
pip>=20.1.1
2+
packaging>=20.4
23
setuptools>=44.1.0;python_version<"3.5"
34
setuptools>=46.4.0;python_version>="3.5"
45
setuptools-scm>=3.5.0
56
wheel>=0.34.2
6-
six==1.14.0
7+
six==1.15.0
78
nose==1.3.7
89
ipdb==0.13.2
910
idna==2.9
@@ -15,7 +16,7 @@ pluggy==0.13.1
1516
attrs>=19.3.0
1617
pytest==4.6.10;python_version<"3.5"
1718
pytest==5.4.2;python_version>="3.5"
18-
pytest-cov==2.8.1
19+
pytest-cov==2.9.0
1920
pytest-forked==1.1.3
2021
pytest-html==1.22.1;python_version<"3.6"
2122
pytest-html==2.0.1;python_version>="3.6"
@@ -33,9 +34,8 @@ cryptography==2.9.2
3334
pyopenssl==19.1.0
3435
pygments==2.5.2;python_version<"3.5"
3536
pygments==2.6.1;python_version>="3.5"
36-
packaging>=20.3
3737
colorama==0.4.3
38-
brython==3.8.8
38+
brython>=3.8.9
3939
pymysql==0.9.3
4040
coverage==5.1
4141
pyotp==2.3.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"Topic :: Utilities",
9191
],
9292
install_requires=[
93-
'pip>=20.1',
93+
'pip>=20.1.1',
94+
'packaging>=20.4',
9495
'setuptools',
9596
'setuptools-scm',
9697
'wheel',
@@ -106,7 +107,7 @@
106107
'attrs>=19.3.0',
107108
'pytest==4.6.10;python_version<"3.5"',
108109
'pytest==5.4.2;python_version>="3.5"',
109-
'pytest-cov==2.8.1',
110+
'pytest-cov==2.9.0',
110111
'pytest-forked==1.1.3',
111112
'pytest-html==1.22.1;python_version<"3.6"',
112113
'pytest-html==2.0.1;python_version>="3.6"',
@@ -124,9 +125,8 @@
124125
'pyopenssl==19.1.0',
125126
'pygments==2.5.2;python_version<"3.5"',
126127
'pygments==2.6.1;python_version>="3.5"',
127-
'packaging>=20.3',
128128
'colorama==0.4.3',
129-
'brython==3.8.8',
129+
'brython>=3.8.9',
130130
'pymysql==0.9.3',
131131
'coverage==5.1',
132132
'pyotp==2.3.0',

0 commit comments

Comments
 (0)