File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ toml==0.10.2
124
124
Pillow == 6.2.2 ;python_version < "3.5"
125
125
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
126
126
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"
128
128
typing-extensions == 3.10.0.2 ;python_version < "3.6"
129
129
typing-extensions == 4.1.1 ;python_version >= "3.6" and python_version<"3.7"
130
130
typing-extensions == 4.2.0 ;python_version >= "3.7" and python_version<"3.9"
Original file line number Diff line number Diff line change 251
251
'Pillow==6.2.2;python_version<"3.5"' ,
252
252
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
253
253
'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"' ,
255
255
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
256
256
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
257
257
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
You can’t perform that action at this time.
0 commit comments