Skip to content

Commit cccadfe

Browse files
committed
Refresh Python dependencies
1 parent 48927a2 commit cccadfe

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ 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.5.0;python_version>="3.6"
7+
setuptools>=59.6.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"
10-
tomli>=1.2.2;python_version>="3.6"
10+
tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"
11+
tomli>=2.0.0;python_version>="3.7"
1112
wheel>=0.37.0
1213
attrs>=21.2.0
1314
PyYAML>=6.0;python_version>="3.6"
@@ -110,7 +111,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
110111
Pillow==8.4.0;python_version>="3.6"
111112
typing-extensions==3.10.0.2;python_version<"3.6"
112113
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
113-
rich==10.15.2;python_version>="3.6" and python_version<"4.0"
114+
rich==10.16.0;python_version>="3.6" and python_version<"4.0"
114115
tornado==5.1.1;python_version<"3.5"
115116
tornado==6.1;python_version>="3.5"
116117
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@
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.5.0;python_version>="3.6"',
126+
'setuptools>=59.6.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"',
129-
'tomli>=1.2.2;python_version>="3.6"',
129+
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
130+
'tomli>=2.0.0;python_version>="3.7"',
130131
"wheel>=0.37.0",
131132
"attrs>=21.2.0",
132133
'PyYAML>=6.0;python_version>="3.6"',
@@ -229,7 +230,7 @@
229230
'Pillow==8.4.0;python_version>="3.6"',
230231
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
231232
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
232-
'rich==10.15.2;python_version>="3.6" and python_version<"4.0"',
233+
'rich==10.16.0;python_version>="3.6" and python_version<"4.0"',
233234
'tornado==5.1.1;python_version<"3.5"',
234235
'tornado==6.1;python_version>="3.5"',
235236
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)