Merge pull request #2736 from seleniumbase/refresh-python-dependencies

Refresh Python dependencies
This commit is contained in:
Michael Mintz 2024-05-01 13:01:07 -04:00 committed by GitHub
commit 6ae5ee3864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 12 deletions

View File

@ -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
@ -12,7 +12,7 @@ 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
@ -20,7 +20,7 @@ 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

View File

@ -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"
@ -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

View File

@ -1,2 +1,2 @@
# seleniumbase package
__version__ = "4.26.0"
__version__ = "4.26.1"

View File

@ -156,7 +156,7 @@ setup(
"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"',
@ -190,14 +190,15 @@ setup(
'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",