Skip to content

Commit

Permalink
Merge pull request #2736 from seleniumbase/refresh-python-dependencies
Browse files Browse the repository at this point in the history
Refresh Python dependencies
  • Loading branch information
mdmintz authored May 1, 2024
2 parents b77a1c0 + 465add4 commit 6ae5ee3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
10 changes: 5 additions & 5 deletions mkdocs_build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# mkdocs dependencies for generating the seleniumbase.io website
# Minimum Python version: 3.8 (for generating docs only)

regex>=2024.4.16
pymdown-extensions>=10.8
pipdeptree>=2.18.1
regex>=2024.4.28
pymdown-extensions>=10.8.1
pipdeptree>=2.19.1
python-dateutil>=2.8.2
Markdown==3.6
markdown2==2.4.13
Expand All @@ -12,15 +12,15 @@ Jinja2==3.1.3
click==8.1.7
ghp-import==2.1.0
watchdog==4.0.0
cairocffi==1.6.1
cairocffi==1.7.0
pathspec==0.12.1
Babel==2.14.0
paginate==0.5.6
lxml==5.2.1
pyquery==2.0.0
readtime==3.0.0
mkdocs==1.6.0
mkdocs-material==9.5.19
mkdocs-material==9.5.20
mkdocs-exclude-search==0.6.6
mkdocs-simple-hooks==0.1.5
mkdocs-material-extensions==1.3.1
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs>=23.2.0
certifi>=2024.2.2
exceptiongroup>=1.2.1
filelock>=3.12.2;python_version<"3.8"
filelock>=3.13.4;python_version>="3.8"
filelock>=3.14.0;python_version>="3.8"
platformdirs>=4.0.0;python_version<"3.8"
platformdirs>=4.2.1;python_version>="3.8"
typing-extensions>=4.11.0;python_version>="3.8"
Expand Down Expand Up @@ -42,14 +42,15 @@ pluggy==1.2.0;python_version<"3.8"
pluggy==1.5.0;python_version>="3.8"
py==1.11.0
pytest==7.4.4;python_version<"3.8"
pytest==8.1.1;python_version>="3.8"
pytest==8.2.0;python_version>="3.8"
pytest-html==2.0.1
pytest-metadata==3.0.0;python_version<"3.8"
pytest-metadata==3.1.1;python_version>="3.8"
pytest-ordering==0.6
pytest-rerunfailures==13.0;python_version<"3.8"
pytest-rerunfailures==14.0;python_version>="3.8"
pytest-xdist==3.5.0
pytest-xdist==3.5.0;python_version<"3.8"
pytest-xdist==3.6.1;python_version>="3.8"
parameterized==0.9.0
sbvirtualdisplay==1.3.0
behave==1.2.6
Expand Down
2 changes: 1 addition & 1 deletion seleniumbase/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# seleniumbase package
__version__ = "4.26.0"
__version__ = "4.26.1"
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"certifi>=2024.2.2",
"exceptiongroup>=1.2.1",
'filelock>=3.12.2;python_version<"3.8"',
'filelock>=3.13.4;python_version>="3.8"',
'filelock>=3.14.0;python_version>="3.8"',
'platformdirs>=4.0.0;python_version<"3.8"',
'platformdirs>=4.2.1;python_version>="3.8"',
'typing-extensions>=4.11.0;python_version>="3.8"',
Expand Down Expand Up @@ -190,14 +190,15 @@
'pluggy==1.5.0;python_version>="3.8"',
"py==1.11.0",
'pytest==7.4.4;python_version<"3.8"',
'pytest==8.1.1;python_version>="3.8"',
'pytest==8.2.0;python_version>="3.8"',
"pytest-html==2.0.1", # Newer ones had issues
'pytest-metadata==3.0.0;python_version<"3.8"',
'pytest-metadata==3.1.1;python_version>="3.8"',
"pytest-ordering==0.6",
'pytest-rerunfailures==13.0;python_version<"3.8"',
'pytest-rerunfailures==14.0;python_version>="3.8"',
'pytest-xdist==3.5.0',
'pytest-xdist==3.5.0;python_version<"3.8"',
'pytest-xdist==3.6.1;python_version>="3.8"',
'parameterized==0.9.0',
"sbvirtualdisplay==1.3.0",
"behave==1.2.6",
Expand Down

0 comments on commit 6ae5ee3

Please sign in to comment.