Skip to content

Commit 3f2ee7f

Browse files
committed
Update Python dependencies
1 parent 3c5450d commit 3f2ee7f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.1.3;python_version>="3.6"
3-
packaging>=20.9
3+
packaging>=21.0
44
typing-extensions>=3.10.0.0
55
setuptools>=44.1.1;python_version<"3.5"
66
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
7-
setuptools>=57.0.0;python_version>="3.6"
7+
setuptools>=57.1.0;python_version>="3.6"
88
setuptools-scm==5.0.2;python_version<"3.6"
99
setuptools-scm>=6.0.1;python_version>="3.6"
1010
wheel>=0.36.2
@@ -48,7 +48,7 @@ pytest-metadata==1.11.0;python_version>="3.6"
4848
pytest-ordering==0.6
4949
pytest-rerunfailures==8.0;python_version<"3.5"
5050
pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"
51-
pytest-rerunfailures==10.0;python_version>="3.6"
51+
pytest-rerunfailures==10.1;python_version>="3.6"
5252
pytest-xdist==1.34.0;python_version<"3.5"
5353
pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"
5454
pytest-xdist==2.3.0;python_version>="3.6"
@@ -87,8 +87,8 @@ cffi==1.14.5
8787
toml==0.10.2
8888
Pillow==6.2.2;python_version<"3.5"
8989
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
90-
Pillow==8.2.0;python_version>="3.6"
91-
rich==10.4.0;python_version>="3.6" and python_version<"4.0"
90+
Pillow==8.3.0;python_version>="3.6"
91+
rich==10.5.0;python_version>="3.6" and python_version<"4.0"
9292
tornado==5.1.1;python_version<"3.5"
9393
tornado==6.1;python_version>="3.5"
9494
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@
115115
install_requires=[
116116
'pip>=20.3.4;python_version<"3.6"',
117117
'pip>=21.1.3;python_version>="3.6"',
118-
"packaging>=20.9",
118+
"packaging>=21.0",
119119
"typing-extensions>=3.10.0.0",
120120
'setuptools>=44.1.1;python_version<"3.5"',
121121
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
122-
'setuptools>=57.0.0;python_version>="3.6"',
122+
'setuptools>=57.1.0;python_version>="3.6"',
123123
'setuptools-scm==5.0.2;python_version<"3.6"',
124124
'setuptools-scm>=6.0.1;python_version>="3.6"',
125125
"wheel>=0.36.2",
@@ -163,7 +163,7 @@
163163
"pytest-ordering==0.6",
164164
'pytest-rerunfailures==8.0;python_version<"3.5"',
165165
'pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
166-
'pytest-rerunfailures==10.0;python_version>="3.6"',
166+
'pytest-rerunfailures==10.1;python_version>="3.6"',
167167
'pytest-xdist==1.34.0;python_version<"3.5"',
168168
'pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"',
169169
'pytest-xdist==2.3.0;python_version>="3.6"',
@@ -202,8 +202,8 @@
202202
"toml==0.10.2",
203203
'Pillow==6.2.2;python_version<"3.5"',
204204
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
205-
'Pillow==8.2.0;python_version>="3.6"',
206-
'rich==10.4.0;python_version>="3.6" and python_version<"4.0"',
205+
'Pillow==8.3.0;python_version>="3.6"',
206+
'rich==10.5.0;python_version>="3.6" and python_version<"4.0"',
207207
'tornado==5.1.1;python_version<"3.5"',
208208
'tornado==6.1;python_version>="3.5"',
209209
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)