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 @@ -130,7 +130,7 @@ Pillow==9.2.0;python_version>="3.7"
130
130
typing-extensions == 3.10.0.2 ;python_version < "3.6"
131
131
typing-extensions == 4.1.1 ;python_version >= "3.6" and python_version<"3.7"
132
132
typing-extensions == 4.2.0 ;python_version >= "3.7" and python_version<"3.9"
133
- rich == 12.4.4 ;python_version >= "3.6" and python_version<"4.0"
133
+ rich == 12.5.1 ;python_version >= "3.6" and python_version<"4.0"
134
134
tornado == 5.1.1 ;python_version < "3.5"
135
135
tornado == 6.1 ;python_version >= "3.5" and python_version<"3.7"
136
136
tornado == 6.2 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 257
257
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
258
258
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
259
259
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
260
- 'rich==12.4.4 ;python_version>="3.6" and python_version<"4.0"' ,
260
+ 'rich==12.5.1 ;python_version>="3.6" and python_version<"4.0"' ,
261
261
'tornado==5.1.1;python_version<"3.5"' ,
262
262
'tornado==6.1;python_version>="3.5" and python_version<"3.7"' ,
263
263
'tornado==6.2;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments