Skip to content

Commit b77a1c0

Browse files
authored
Merge pull request #2720 from seleniumbase/refresh-dependencies
Refresh Python dependencies
2 parents cd3f13f + 5a9f768 commit b77a1c0

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

mkdocs_build/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
22
# Minimum Python version: 3.8 (for generating docs only)
33

4-
regex>=2023.12.25
5-
pymdown-extensions>=10.7.1
4+
regex>=2024.4.16
5+
pymdown-extensions>=10.8
66
pipdeptree>=2.18.1
77
python-dateutil>=2.8.2
88
Markdown==3.6
@@ -19,8 +19,8 @@ paginate==0.5.6
1919
lxml==5.2.1
2020
pyquery==2.0.0
2121
readtime==3.0.0
22-
mkdocs==1.5.3
23-
mkdocs-material==9.5.17
22+
mkdocs==1.6.0
23+
mkdocs-material==9.5.19
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ wheel>=0.42.0;python_version<"3.8"
66
wheel>=0.43.0;python_version>="3.8"
77
attrs>=23.2.0
88
certifi>=2024.2.2
9+
exceptiongroup>=1.2.1
910
filelock>=3.12.2;python_version<"3.8"
1011
filelock>=3.13.4;python_version>="3.8"
1112
platformdirs>=4.0.0;python_version<"3.8"
12-
platformdirs>=4.2.0;python_version>="3.8"
13+
platformdirs>=4.2.1;python_version>="3.8"
1314
typing-extensions>=4.11.0;python_version>="3.8"
1415
parse>=1.20.1
1516
parse-type>=0.6.2
@@ -30,15 +31,15 @@ trio==0.25.0;python_version>="3.8"
3031
trio-websocket==0.11.1
3132
wsproto==1.2.0
3233
selenium==4.11.2;python_version<"3.8"
33-
selenium==4.19.0;python_version>="3.8"
34+
selenium==4.20.0;python_version>="3.8"
3435
cssselect==1.2.0
3536
sortedcontainers==2.4.0
3637
fasteners==0.19
3738
execnet==2.0.2;python_version<"3.8"
3839
execnet==2.1.1;python_version>="3.8"
3940
iniconfig==2.0.0
4041
pluggy==1.2.0;python_version<"3.8"
41-
pluggy==1.4.0;python_version>="3.8"
42+
pluggy==1.5.0;python_version>="3.8"
4243
py==1.11.0
4344
pytest==7.4.4;python_version<"3.8"
4445
pytest==8.1.1;python_version>="3.8"
@@ -60,7 +61,6 @@ pyreadline3==3.4.1;platform_system=="Windows"
6061
tabcompleter==1.3.0
6162
pdbp==1.5.0
6263
colorama==0.4.6
63-
exceptiongroup==1.2.0
6464
pyotp==2.9.0
6565
markdown-it-py==2.2.0;python_version<"3.8"
6666
markdown-it-py==3.0.0;python_version>="3.8"
@@ -71,7 +71,7 @@ rich==13.7.1
7171
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7272

7373
coverage==7.2.7;python_version<"3.8"
74-
coverage>=7.4.4;python_version>="3.8"
74+
coverage>=7.5.0;python_version>="3.8"
7575
pytest-cov==4.1.0;python_version<"3.8"
7676
pytest-cov>=5.0.0;python_version>="3.8"
7777
flake8==5.0.4;python_version<"3.9"

seleniumbase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.25.4"
2+
__version__ = "4.26.0"

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,11 @@
154154
'wheel>=0.43.0;python_version>="3.8"',
155155
'attrs>=23.2.0',
156156
"certifi>=2024.2.2",
157+
"exceptiongroup>=1.2.1",
157158
'filelock>=3.12.2;python_version<"3.8"',
158159
'filelock>=3.13.4;python_version>="3.8"',
159160
'platformdirs>=4.0.0;python_version<"3.8"',
160-
'platformdirs>=4.2.0;python_version>="3.8"',
161+
'platformdirs>=4.2.1;python_version>="3.8"',
161162
'typing-extensions>=4.11.0;python_version>="3.8"',
162163
'parse>=1.20.1',
163164
'parse-type>=0.6.2',
@@ -178,15 +179,15 @@
178179
'trio-websocket==0.11.1',
179180
'wsproto==1.2.0',
180181
'selenium==4.11.2;python_version<"3.8"',
181-
'selenium==4.19.0;python_version>="3.8"',
182+
'selenium==4.20.0;python_version>="3.8"',
182183
'cssselect==1.2.0',
183184
"sortedcontainers==2.4.0",
184185
'fasteners==0.19',
185186
'execnet==2.0.2;python_version<"3.8"',
186187
'execnet==2.1.1;python_version>="3.8"',
187188
'iniconfig==2.0.0',
188189
'pluggy==1.2.0;python_version<"3.8"',
189-
'pluggy==1.4.0;python_version>="3.8"',
190+
'pluggy==1.5.0;python_version>="3.8"',
190191
"py==1.11.0",
191192
'pytest==7.4.4;python_version<"3.8"',
192193
'pytest==8.1.1;python_version>="3.8"',
@@ -208,7 +209,6 @@
208209
"tabcompleter==1.3.0",
209210
"pdbp==1.5.0",
210211
'colorama==0.4.6',
211-
'exceptiongroup==1.2.0',
212212
'pyotp==2.9.0',
213213
'markdown-it-py==2.2.0;python_version<"3.8"',
214214
'markdown-it-py==3.0.0;python_version>="3.8"',
@@ -228,7 +228,7 @@
228228
# Usage: coverage run -m pytest; coverage html; coverage report
229229
"coverage": [
230230
'coverage==7.2.7;python_version<"3.8"',
231-
'coverage>=7.4.4;python_version>="3.8"',
231+
'coverage>=7.5.0;python_version>="3.8"',
232232
'pytest-cov==4.1.0;python_version<"3.8"',
233233
'pytest-cov>=5.0.0;python_version>="3.8"',
234234
],

0 commit comments

Comments
 (0)