File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lxml==5.1.0
20
20
pyquery == 2.0.0
21
21
readtime == 3.0.0
22
22
mkdocs == 1.5.3
23
- mkdocs-material == 9.5.5
23
+ mkdocs-material == 9.5.6
24
24
mkdocs-exclude-search == 0.6.6
25
25
mkdocs-simple-hooks == 0.1.5
26
26
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ filelock>=3.13.1;python_version>="3.8"
10
10
platformdirs >= 4.0.0 ;python_version < "3.8"
11
11
platformdirs >= 4.1.0 ;python_version >= "3.8"
12
12
typing-extensions >= 4.9.0 ;python_version >= "3.8"
13
- parse >= 1.20.0
13
+ parse >= 1.20.1
14
14
parse-type >= 0.6.2
15
15
pyyaml >= 6.0.1
16
16
six == 1.16.0
@@ -38,7 +38,8 @@ iniconfig==2.0.0
38
38
pluggy == 1.2.0 ;python_version < "3.8"
39
39
pluggy == 1.4.0 ;python_version >= "3.8"
40
40
py == 1.11.0
41
- pytest == 7.4.4
41
+ pytest == 7.4.4 ;python_version < "3.8"
42
+ pytest == 8.0.0 ;python_version >= "3.8"
42
43
pytest-html == 2.0.1
43
44
pytest-metadata == 3.0.0
44
45
pytest-ordering == 0.6
@@ -67,7 +68,7 @@ rich==13.7.0
67
68
68
69
coverage == 6.2 ;python_version < "3.7"
69
70
coverage == 7.2.7 ;python_version >= "3.7" and python_version<"3.8"
70
- coverage == 7.4.0 ;python_version >= "3.8"
71
+ coverage == 7.4.1 ;python_version >= "3.8"
71
72
pytest-cov == 4.0.0 ;python_version < "3.7"
72
73
pytest-cov == 4.1.0 ;python_version >= "3.7"
73
74
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "4.23.1 "
2
+ __version__ = "4.23.2 "
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ class Mobile:
362
362
363
363
364
364
class UC :
365
- RECONNECT_TIME = 2.28 # Seconds
365
+ RECONNECT_TIME = 2.32 # Seconds
366
366
367
367
368
368
class ValidBrowsers :
Original file line number Diff line number Diff line change 143
143
'platformdirs>=4.0.0;python_version<"3.8"' ,
144
144
'platformdirs>=4.1.0;python_version>="3.8"' ,
145
145
'typing-extensions>=4.9.0;python_version>="3.8"' ,
146
- 'parse>=1.20.0 ' ,
146
+ 'parse>=1.20.1 ' ,
147
147
'parse-type>=0.6.2' ,
148
148
'pyyaml>=6.0.1' ,
149
149
"six==1.16.0" ,
171
171
'pluggy==1.2.0;python_version<"3.8"' ,
172
172
'pluggy==1.4.0;python_version>="3.8"' ,
173
173
"py==1.11.0" ,
174
- 'pytest==7.4.4' ,
174
+ 'pytest==7.4.4;python_version<"3.8"' ,
175
+ 'pytest==8.0.0;python_version>="3.8"' ,
175
176
"pytest-html==2.0.1" , # Newer ones had issues
176
177
'pytest-metadata==3.0.0' ,
177
178
"pytest-ordering==0.6" ,
208
209
# Usage: coverage run -m pytest; coverage html; coverage report
209
210
"coverage" : [
210
211
'coverage==7.2.7;python_version<"3.8"' ,
211
- 'coverage==7.4.0 ;python_version>="3.8"' ,
212
+ 'coverage==7.4.1 ;python_version>="3.8"' ,
212
213
'pytest-cov==4.1.0' ,
213
214
],
214
215
# pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments