Skip to content

Commit f1b4848

Browse files
committed
Refresh Python dependencies
1 parent 0f99f2c commit f1b4848

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
@@ -4,7 +4,7 @@ packaging>=20.9;python_version<"3.6"
44
packaging>=21.3;python_version>="3.6"
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>=59.3.0;python_version>="3.6"
7+
setuptools>=59.4.0;python_version>="3.6"
88
setuptools-scm>=5.0.2;python_version<"3.6"
99
setuptools-scm>=6.3.2;python_version>="3.6"
1010
tomli>=1.2.2;python_version>="3.6"
@@ -109,7 +109,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
109109
Pillow==8.4.0;python_version>="3.6"
110110
typing-extensions==3.10.0.2;python_version<"3.6"
111111
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
112-
rich==10.14.0;python_version>="3.6" and python_version<"4.0"
112+
rich==10.15.0;python_version>="3.6" and python_version<"4.0"
113113
tornado==5.1.1;python_version<"3.5"
114114
tornado==6.1;python_version>="3.5"
115115
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
'packaging>=21.3;python_version>="3.6"',
124124
'setuptools>=44.1.1;python_version<"3.5"',
125125
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
126-
'setuptools>=59.3.0;python_version>="3.6"',
126+
'setuptools>=59.4.0;python_version>="3.6"',
127127
'setuptools-scm>=5.0.2;python_version<"3.6"',
128128
'setuptools-scm>=6.3.2;python_version>="3.6"',
129129
'tomli>=1.2.2;python_version>="3.6"',
@@ -228,7 +228,7 @@
228228
'Pillow==8.4.0;python_version>="3.6"',
229229
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
230230
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
231-
'rich==10.14.0;python_version>="3.6" and python_version<"4.0"',
231+
'rich==10.15.0;python_version>="3.6" and python_version<"4.0"',
232232
'tornado==5.1.1;python_version<"3.5"',
233233
'tornado==6.1;python_version>="3.5"',
234234
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)