Skip to content

Commit a953a09

Browse files
committed
Refresh Python dependencies
1 parent 2bde0b7 commit a953a09

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pip>=20.3.4;python_version<"3.6"
22
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
3-
pip>=22.1;python_version>="3.7"
3+
pip>=22.1.1;python_version>="3.7"
44
packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
@@ -126,7 +126,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
126126
Pillow==9.1.1;python_version>="3.7"
127127
typing-extensions==3.10.0.2;python_version<"3.6"
128128
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"
129-
rich==12.4.1;python_version>="3.6" and python_version<"4.0"
129+
rich==12.4.3;python_version>="3.6" and python_version<"4.0"
130130
tornado==5.1.1;python_version<"3.5"
131131
tornado==6.1;python_version>="3.5"
132132
pdfminer.six==20191110;python_version<"3.5"
@@ -139,7 +139,7 @@ pdfminer.six==20220319;python_version>="3.7"
139139

140140
coverage==5.5;python_version<"3.6"
141141
coverage==6.2;python_version>="3.6" and python_version<"3.7"
142-
coverage==6.3.3;python_version>="3.7"
142+
coverage==6.4;python_version>="3.7"
143143
pytest-cov==2.12.1;python_version<"3.6"
144144
pytest-cov==3.0.0;python_version>="3.6"
145145
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
install_requires=[
126126
'pip>=20.3.4;python_version<"3.6"',
127127
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
128-
'pip>=22.1;python_version>="3.7"',
128+
'pip>=22.1.1;python_version>="3.7"',
129129
'packaging>=20.9;python_version<"3.6"',
130130
'packaging>=21.3;python_version>="3.6"',
131131
'setuptools>=44.1.1;python_version<"3.5"',
@@ -251,7 +251,7 @@
251251
'Pillow==9.1.1;python_version>="3.7"',
252252
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
253253
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
254-
'rich==12.4.1;python_version>="3.6" and python_version<"4.0"',
254+
'rich==12.4.3;python_version>="3.6" and python_version<"4.0"',
255255
'tornado==5.1.1;python_version<"3.5"',
256256
'tornado==6.1;python_version>="3.5"',
257257
'pdfminer.six==20191110;python_version<"3.5"',
@@ -265,7 +265,7 @@
265265
"coverage": [
266266
'coverage==5.5;python_version<"3.6"',
267267
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
268-
'coverage==6.3.3;python_version>="3.7"',
268+
'coverage==6.4;python_version>="3.7"',
269269
'pytest-cov==2.12.1;python_version<"3.6"',
270270
'pytest-cov==3.0.0;python_version>="3.6"',
271271
],

0 commit comments

Comments
 (0)