File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
117117Pillow == 8.4.0 ;python_version >= "3.6" and python_version<"3.7"
118118Pillow == 9.1.0 ;python_version >= "3.7"
119119typing-extensions == 3.10.0.2 ;python_version < "3.6"
120- typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.8 "
121- rich == 12.1 .0 ;python_version >= "3.6" and python_version<"4.0"
120+ typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.9 "
121+ rich == 12.2 .0 ;python_version >= "3.6" and python_version<"4.0"
122122tornado == 5.1.1 ;python_version < "3.5"
123123tornado == 6.1 ;python_version >= "3.5"
124124pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "2.4.30 "
2+ __version__ = "2.4.31 "
Original file line number Diff line number Diff line change 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"' ,
243243 'Pillow==9.1.0;python_version>="3.7"' ,
244- 'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.8 for "rich"
245- 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8 "' , # noqa: E501
246- 'rich==12.1 .0;python_version>="3.6" and python_version<"4.0"' ,
244+ 'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
245+ 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9 "' , # noqa: E501
246+ 'rich==12.2 .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"' ,
You can’t perform that action at this time.
0 commit comments