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

Refresh Python dependencies
This commit is contained in:
Michael Mintz 2024-06-05 00:47:53 -04:00 committed by GitHub
commit ef9a438aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ 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.2.1;python_version>="3.8"
pytest==8.2.2;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"

View File

@ -1,2 +1,2 @@
# seleniumbase package
__version__ = "4.27.1"
__version__ = "4.27.2"

View File

@ -190,7 +190,7 @@ setup(
'pluggy==1.5.0;python_version>="3.8"',
"py==1.11.0", # Needed by pytest-html
'pytest==7.4.4;python_version<"3.8"',
'pytest==8.2.1;python_version>="3.8"',
'pytest==8.2.2;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"',
@ -257,7 +257,7 @@ setup(
'pdfminer.six==20221105;python_version<"3.8"',
'pdfminer.six==20231228;python_version>="3.8"',
'cryptography==39.0.2;python_version<"3.9"',
'cryptography==42.0.7;python_version>="3.9"',
'cryptography==42.0.8;python_version>="3.9"',
'cffi==1.15.1;python_version<"3.8"',
'cffi==1.16.0;python_version>="3.8"',
"pycparser==2.22",