Skip to content

Commit a2c29a0

Browse files
committed
Refresh Python dependencies
1 parent b8068ca commit a2c29a0

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
@@ -6,11 +6,11 @@ packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
9-
setuptools>=60.7.1;python_version>="3.7"
9+
setuptools>=60.8.2;python_version>="3.7"
1010
setuptools-scm>=5.0.2;python_version<"3.6"
1111
setuptools-scm>=6.4.2;python_version>="3.6"
1212
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
13-
tomli>=2.0.0;python_version>="3.7"
13+
tomli>=2.0.1;python_version>="3.7"
1414
wheel>=0.37.1
1515
attrs>=21.4.0
1616
PyYAML>=6.0;python_version>="3.6"
@@ -88,7 +88,7 @@ pygments==2.5.2;python_version<"3.5"
8888
pygments==2.11.2;python_version>="3.5"
8989
prompt-toolkit==1.0.18;python_version<"3.5"
9090
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"
91-
prompt-toolkit==3.0.26;python_version>="3.6"
91+
prompt-toolkit==3.0.27;python_version>="3.6"
9292
decorator==4.4.2;python_version<"3.5"
9393
decorator==5.1.1;python_version>="3.5"
9494
ipython==5.10.0;python_version<"3.5"
@@ -99,7 +99,7 @@ matplotlib-inline==0.1.3;python_version>="3.7"
9999
colorama==0.4.4
100100
platformdirs==2.0.2;python_version<"3.6"
101101
platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"
102-
platformdirs==2.4.1;python_version>="3.7"
102+
platformdirs==2.5.0;python_version>="3.7"
103103
pathlib2==2.3.6;python_version<"3.5"
104104
importlib-metadata==2.1.3;python_version<"3.6"
105105
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
@@ -118,7 +118,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
118118
Pillow==9.0.1;python_version>="3.7"
119119
typing-extensions==3.10.0.2;python_version<"3.6"
120120
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
121-
rich==11.1.0;python_version>="3.6" and python_version<"4.0"
121+
rich==11.2.0;python_version>="3.6" and python_version<"4.0"
122122
tornado==5.1.1;python_version<"3.5"
123123
tornado==6.1;python_version>="3.5"
124124
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@
131131
'setuptools>=44.1.1;python_version<"3.5"',
132132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=60.7.1;python_version>="3.7"',
134+
'setuptools>=60.8.2;python_version>="3.7"',
135135
'setuptools-scm>=5.0.2;python_version<"3.6"',
136136
'setuptools-scm>=6.4.2;python_version>="3.6"',
137137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
138-
'tomli>=2.0.0;python_version>="3.7"',
138+
'tomli>=2.0.1;python_version>="3.7"',
139139
"wheel>=0.37.1",
140140
"attrs>=21.4.0",
141141
'PyYAML>=6.0;python_version>="3.6"',
@@ -213,7 +213,7 @@
213213
'pygments==2.11.2;python_version>="3.5"',
214214
'prompt-toolkit==1.0.18;python_version<"3.5"',
215215
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501
216-
'prompt-toolkit==3.0.26;python_version>="3.6"',
216+
'prompt-toolkit==3.0.27;python_version>="3.6"',
217217
'decorator==4.4.2;python_version<"3.5"',
218218
'decorator==5.1.1;python_version>="3.5"',
219219
'ipython==5.10.0;python_version<"3.5"',
@@ -224,7 +224,7 @@
224224
"colorama==0.4.4",
225225
'platformdirs==2.0.2;python_version<"3.6"',
226226
'platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"',
227-
'platformdirs==2.4.1;python_version>="3.7"',
227+
'platformdirs==2.5.0;python_version>="3.7"',
228228
'pathlib2==2.3.6;python_version<"3.5"', # Sync with "virtualenv"
229229
'importlib-metadata==2.1.3;python_version<"3.6"',
230230
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
@@ -243,7 +243,7 @@
243243
'Pillow==9.0.1;python_version>="3.7"',
244244
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
245245
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
246-
'rich==11.1.0;python_version>="3.6" and python_version<"4.0"',
246+
'rich==11.2.0;python_version>="3.6" and python_version<"4.0"',
247247
'tornado==5.1.1;python_version<"3.5"',
248248
'tornado==6.1;python_version>="3.5"',
249249
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)