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"
130130typing-extensions == 3.10.0.2 ;python_version < "3.6"
131131typing-extensions == 4.1.1 ;python_version >= "3.6" and python_version<"3.7"
132132typing-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"
134134tornado == 5.1.1 ;python_version < "3.5"
135135tornado == 6.1 ;python_version >= "3.5" and python_version<"3.7"
136136tornado == 6.2 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 257257 'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
258258 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
259259 '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"' ,
261261 'tornado==5.1.1;python_version<"3.5"' ,
262262 'tornado==6.1;python_version>="3.5" and python_version<"3.7"' ,
263263 'tornado==6.2;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments