Skip to content

Commit b23d62d

Browse files
committed
Refresh Python dependencies
1 parent 42a14ac commit b23d62d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ toml==0.10.2
101101
Pillow==6.2.2;python_version<"3.5"
102102
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
103103
Pillow==8.3.2;python_version>="3.6"
104-
rich==10.11.0;python_version>="3.6" and python_version<"4.0"
104+
rich==10.12.0;python_version>="3.6" and python_version<"4.0"
105105
tornado==5.1.1;python_version<"3.5"
106106
tornado==6.1;python_version>="3.5"
107107
pdfminer.six==20191110;python_version<"3.5"
@@ -111,7 +111,7 @@ pdfminer.six==20201018;python_version>="3.5"
111111
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
112112

113113
coverage==5.5;python_version<"3.6"
114-
coverage==6.0;python_version>="3.6"
114+
coverage==6.0.1;python_version>="3.6"
115115
pytest-cov==2.12.1;python_version<"3.6"
116116
pytest-cov==3.0.0;python_version>="3.6"
117117
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
'Pillow==6.2.2;python_version<"3.5"',
218218
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
219219
'Pillow==8.3.2;python_version>="3.6"',
220-
'rich==10.11.0;python_version>="3.6" and python_version<"4.0"',
220+
'rich==10.12.0;python_version>="3.6" and python_version<"4.0"',
221221
'tornado==5.1.1;python_version<"3.5"',
222222
'tornado==6.1;python_version>="3.5"',
223223
'pdfminer.six==20191110;python_version<"3.5"',
@@ -227,7 +227,7 @@
227227
# pip install -e .[coverage]
228228
"coverage": [
229229
'coverage==5.5;python_version<"3.6"',
230-
'coverage==6.0;python_version>="3.6"',
230+
'coverage==6.0.1;python_version>="3.6"',
231231
'pytest-cov==2.12.1;python_version<"3.6"',
232232
'pytest-cov==3.0.0;python_version>="3.6"',
233233
],

0 commit comments

Comments
 (0)