Skip to content

Commit f692303

Browse files
committed
Refresh Python dependencies
1 parent 7b1dfea commit f692303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ toml==0.10.2
124124
Pillow==6.2.2;python_version<"3.5"
125125
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
126126
Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
127-
Pillow==9.1.1;python_version>="3.7"
127+
Pillow==9.2.0;python_version>="3.7"
128128
typing-extensions==3.10.0.2;python_version<"3.6"
129129
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
130130
typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
'Pillow==6.2.2;python_version<"3.5"',
252252
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
253253
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
254-
'Pillow==9.1.1;python_version>="3.7"',
254+
'Pillow==9.2.0;python_version>="3.7"',
255255
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
256256
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
257257
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501

0 commit comments

Comments
 (0)