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 1
1
# mkdocs dependencies for generating the seleniumbase.io website
2
2
# Minimum Python version: 3.7
3
3
4
- regex >= 2022.3.15
4
+ regex >= 2022.4.24
5
5
tqdm >= 4.64.0
6
6
docutils == 0.18.1
7
7
python-dateutil == 2.8.2
@@ -16,7 +16,7 @@ Jinja2==3.1.1
16
16
click == 8.1.2
17
17
zipp == 3.8.0
18
18
readme-renderer == 35.0
19
- pymdown-extensions == 9.3
19
+ pymdown-extensions == 9.4
20
20
importlib-metadata == 4.11.3
21
21
bleach == 5.0.0
22
22
jsmin == 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"
64
64
pytest == 4.6.11 ;python_version < "3.5"
65
65
pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
66
66
pytest == 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"
68
68
pytest-forked == 1.3.0 ;python_version < "3.6"
69
69
pytest-forked == 1.4.0 ;python_version >= "3.6"
70
70
pytest-html == 1.22.1 ;python_version < "3.6"
@@ -91,7 +91,8 @@ cryptography==2.9.2;python_version<"3.5"
91
91
cryptography == 3.2.1 ;python_version >= "3.5" and python_version<"3.6"
92
92
cryptography == 36.0.2 ;python_version >= "3.6"
93
93
pygments == 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"
95
96
prompt-toolkit == 1.0.18 ;python_version < "3.5"
96
97
prompt-toolkit == 2.0.10 ;python_version >= "3.5" and python_version<"3.6"
97
98
prompt-toolkit == 3.0.29 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "2.5.0 "
2
+ __version__ = "2.5.1 "
Original file line number Diff line number Diff line change 189
189
'pytest==4.6.11;python_version<"3.5"' ,
190
190
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
191
191
'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"' ,
193
193
'pytest-forked==1.3.0;python_version<"3.6"' ,
194
194
'pytest-forked==1.4.0;python_version>="3.6"' ,
195
195
'pytest-html==1.22.1;python_version<"3.6"' ,
216
216
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"' ,
217
217
'cryptography==36.0.2;python_version>="3.6"' ,
218
218
'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"' ,
220
221
'prompt-toolkit==1.0.18;python_version<"3.5"' ,
221
222
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
222
223
'prompt-toolkit==3.0.29;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments