File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ lunr==0.6.2
2525nltk == 3.7
2626watchdog == 2.1.9
2727mkdocs == 1.3.0
28- mkdocs-material == 8.3.6
28+ mkdocs-material == 8.3.7
2929mkdocs-exclude-search == 0.6.4
3030mkdocs-simple-hooks == 0.1.5
3131mkdocs-material-extensions == 1.0.3
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ setuptools>=44.1.1;python_version<"3.5"
77setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
88setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
99setuptools >= 62.6.0 ;python_version >= "3.7"
10- setuptools-scm >= 5.0.2 ;python_version < "3.6"
11- setuptools-scm >= 6.4.2 ;python_version >= "3.6"
1210tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
1311tomli >= 2.0.1 ;python_version >= "3.7"
1412wheel >= 0.37.1
@@ -127,7 +125,8 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
127125Pillow == 8.4.0 ;python_version >= "3.6" and python_version<"3.7"
128126Pillow == 9.1.1 ;python_version >= "3.7"
129127typing-extensions == 3.10.0.2 ;python_version < "3.6"
130- typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.9"
128+ typing-extensions == 4.1.1 ;python_version >= "3.6" and python_version<"3.7"
129+ typing-extensions == 4.2.0 ;python_version >= "3.7" and python_version<"3.9"
131130rich == 12.4.4 ;python_version >= "3.6" and python_version<"4.0"
132131tornado == 5.1.1 ;python_version < "3.5"
133132tornado == 6.1 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "3.2.11 "
2+ __version__ = "3.2.12 "
Original file line number Diff line number Diff line change 132132 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
133133 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134134 'setuptools>=62.6.0;python_version>="3.7"' ,
135- 'setuptools-scm>=5.0.2;python_version<"3.6"' ,
136- 'setuptools-scm>=6.4.2;python_version>="3.6"' ,
137135 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
138136 'tomli>=2.0.1;python_version>="3.7"' ,
139137 "wheel>=0.37.1" ,
252250 'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"' ,
253251 'Pillow==9.1.1;python_version>="3.7"' ,
254252 'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.9 for "rich"
255- 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"' , # noqa: E501
253+ 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
254+ 'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
256255 'rich==12.4.4;python_version>="3.6" and python_version<"4.0"' ,
257256 'tornado==5.1.1;python_version<"3.5"' ,
258257 'tornado==6.1;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments