Skip to content

Commit 6ae5ee3

Browse files
authored
Merge pull request #2736 from seleniumbase/refresh-python-dependencies
Refresh Python dependencies
2 parents b77a1c0 + 465add4 commit 6ae5ee3

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

mkdocs_build/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
22
# Minimum Python version: 3.8 (for generating docs only)
33

4-
regex>=2024.4.16
5-
pymdown-extensions>=10.8
6-
pipdeptree>=2.18.1
4+
regex>=2024.4.28
5+
pymdown-extensions>=10.8.1
6+
pipdeptree>=2.19.1
77
python-dateutil>=2.8.2
88
Markdown==3.6
99
markdown2==2.4.13
@@ -12,15 +12,15 @@ Jinja2==3.1.3
1212
click==8.1.7
1313
ghp-import==2.1.0
1414
watchdog==4.0.0
15-
cairocffi==1.6.1
15+
cairocffi==1.7.0
1616
pathspec==0.12.1
1717
Babel==2.14.0
1818
paginate==0.5.6
1919
lxml==5.2.1
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.6.0
23-
mkdocs-material==9.5.19
23+
mkdocs-material==9.5.20
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs>=23.2.0
88
certifi>=2024.2.2
99
exceptiongroup>=1.2.1
1010
filelock>=3.12.2;python_version<"3.8"
11-
filelock>=3.13.4;python_version>="3.8"
11+
filelock>=3.14.0;python_version>="3.8"
1212
platformdirs>=4.0.0;python_version<"3.8"
1313
platformdirs>=4.2.1;python_version>="3.8"
1414
typing-extensions>=4.11.0;python_version>="3.8"
@@ -42,14 +42,15 @@ pluggy==1.2.0;python_version<"3.8"
4242
pluggy==1.5.0;python_version>="3.8"
4343
py==1.11.0
4444
pytest==7.4.4;python_version<"3.8"
45-
pytest==8.1.1;python_version>="3.8"
45+
pytest==8.2.0;python_version>="3.8"
4646
pytest-html==2.0.1
4747
pytest-metadata==3.0.0;python_version<"3.8"
4848
pytest-metadata==3.1.1;python_version>="3.8"
4949
pytest-ordering==0.6
5050
pytest-rerunfailures==13.0;python_version<"3.8"
5151
pytest-rerunfailures==14.0;python_version>="3.8"
52-
pytest-xdist==3.5.0
52+
pytest-xdist==3.5.0;python_version<"3.8"
53+
pytest-xdist==3.6.1;python_version>="3.8"
5354
parameterized==0.9.0
5455
sbvirtualdisplay==1.3.0
5556
behave==1.2.6

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.26.0"
2+
__version__ = "4.26.1"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"certifi>=2024.2.2",
157157
"exceptiongroup>=1.2.1",
158158
'filelock>=3.12.2;python_version<"3.8"',
159-
'filelock>=3.13.4;python_version>="3.8"',
159+
'filelock>=3.14.0;python_version>="3.8"',
160160
'platformdirs>=4.0.0;python_version<"3.8"',
161161
'platformdirs>=4.2.1;python_version>="3.8"',
162162
'typing-extensions>=4.11.0;python_version>="3.8"',
@@ -190,14 +190,15 @@
190190
'pluggy==1.5.0;python_version>="3.8"',
191191
"py==1.11.0",
192192
'pytest==7.4.4;python_version<"3.8"',
193-
'pytest==8.1.1;python_version>="3.8"',
193+
'pytest==8.2.0;python_version>="3.8"',
194194
"pytest-html==2.0.1", # Newer ones had issues
195195
'pytest-metadata==3.0.0;python_version<"3.8"',
196196
'pytest-metadata==3.1.1;python_version>="3.8"',
197197
"pytest-ordering==0.6",
198198
'pytest-rerunfailures==13.0;python_version<"3.8"',
199199
'pytest-rerunfailures==14.0;python_version>="3.8"',
200-
'pytest-xdist==3.5.0',
200+
'pytest-xdist==3.5.0;python_version<"3.8"',
201+
'pytest-xdist==3.6.1;python_version>="3.8"',
201202
'parameterized==0.9.0',
202203
"sbvirtualdisplay==1.3.0",
203204
"behave==1.2.6",

0 commit comments

Comments
 (0)