Skip to content

Commit cbdaa54

Browse files
committed
Refresh Python dependencies
1 parent aff6fa4 commit cbdaa54

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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>=61.3.0;python_version>="3.7"
9+
setuptools>=62.0.0;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"
@@ -93,7 +93,7 @@ pygments==2.5.2;python_version<"3.5"
9393
pygments==2.11.2;python_version>="3.5"
9494
prompt-toolkit==1.0.18;python_version<"3.5"
9595
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"
96-
prompt-toolkit==3.0.28;python_version>="3.6"
96+
prompt-toolkit==3.0.29;python_version>="3.6"
9797
decorator==4.4.2;python_version<"3.5"
9898
decorator==5.1.1;python_version>="3.5"
9999
ipython==5.10.0;python_version<"3.5"
@@ -115,10 +115,10 @@ toml==0.10.2
115115
Pillow==6.2.2;python_version<"3.5"
116116
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
117117
Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
118-
Pillow==9.0.1;python_version>="3.7"
118+
Pillow==9.1.0;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==12.0.1;python_version>="3.6" and python_version<"4.0"
121+
rich==12.1.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
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>=61.3.0;python_version>="3.7"',
134+
'setuptools>=62.0.0;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"',
@@ -218,7 +218,7 @@
218218
'pygments==2.11.2;python_version>="3.5"',
219219
'prompt-toolkit==1.0.18;python_version<"3.5"',
220220
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501
221-
'prompt-toolkit==3.0.28;python_version>="3.6"',
221+
'prompt-toolkit==3.0.29;python_version>="3.6"',
222222
'decorator==4.4.2;python_version<"3.5"',
223223
'decorator==5.1.1;python_version>="3.5"',
224224
'ipython==5.10.0;python_version<"3.5"',
@@ -240,10 +240,10 @@
240240
'Pillow==6.2.2;python_version<"3.5"',
241241
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
242242
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
243-
'Pillow==9.0.1;python_version>="3.7"',
243+
'Pillow==9.1.0;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==12.0.1;python_version>="3.6" and python_version<"4.0"',
246+
'rich==12.1.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)