File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# mkdocs dependencies for generating the seleniumbase.io website
22# Minimum Python version: 3.7
33
4- regex >= 2022.3.15
4+ regex >= 2022.4.24
55tqdm >= 4.64.0
66docutils == 0.18.1
77python-dateutil == 2.8.2
@@ -16,7 +16,7 @@ Jinja2==3.1.1
1616click == 8.1.2
1717zipp == 3.8.0
1818readme-renderer == 35.0
19- pymdown-extensions == 9.3
19+ pymdown-extensions == 9.4
2020importlib-metadata == 4.11.3
2121bleach == 5.0.0
2222jsmin == 3.0.1
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ py==1.11.0;python_version>="3.5"
6464pytest == 4.6.11 ;python_version < "3.5"
6565pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
6666pytest == 7.0.1 ;python_version >= "3.6" and python_version<"3.7"
67- pytest == 7.1.1 ;python_version >= "3.7"
67+ pytest == 7.1.2 ;python_version >= "3.7"
6868pytest-forked == 1.3.0 ;python_version < "3.6"
6969pytest-forked == 1.4.0 ;python_version >= "3.6"
7070pytest-html == 1.22.1 ;python_version < "3.6"
@@ -91,7 +91,8 @@ cryptography==2.9.2;python_version<"3.5"
9191cryptography == 3.2.1 ;python_version >= "3.5" and python_version<"3.6"
9292cryptography == 36.0.2 ;python_version >= "3.6"
9393pygments == 2.5.2 ;python_version < "3.5"
94- pygments == 2.11.2 ;python_version >= "3.5"
94+ pygments == 2.11.2 ;python_version >= "3.5" and python_version<"3.6"
95+ pygments == 2.12.0 ;python_version >= "3.6"
9596prompt-toolkit == 1.0.18 ;python_version < "3.5"
9697prompt-toolkit == 2.0.10 ;python_version >= "3.5" and python_version<"3.6"
9798prompt-toolkit == 3.0.29 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "2.5.0 "
2+ __version__ = "2.5.1 "
Original file line number Diff line number Diff line change 189189 'pytest==4.6.11;python_version<"3.5"' ,
190190 'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
191191 'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"' ,
192- 'pytest==7.1.1 ;python_version>="3.7"' ,
192+ 'pytest==7.1.2 ;python_version>="3.7"' ,
193193 'pytest-forked==1.3.0;python_version<"3.6"' ,
194194 'pytest-forked==1.4.0;python_version>="3.6"' ,
195195 'pytest-html==1.22.1;python_version<"3.6"' ,
216216 'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"' ,
217217 'cryptography==36.0.2;python_version>="3.6"' ,
218218 'pygments==2.5.2;python_version<"3.5"' ,
219- 'pygments==2.11.2;python_version>="3.5"' ,
219+ 'pygments==2.11.2;python_version>="3.5" and python_version<"3.6"' ,
220+ 'pygments==2.12.0;python_version>="3.6"' ,
220221 'prompt-toolkit==1.0.18;python_version<"3.5"' ,
221222 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
222223 'prompt-toolkit==3.0.29;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments