Skip to content

Commit ef9a438

Browse files
authored
Merge pull request #2831 from seleniumbase/refresh-python-dependencies
Refresh Python dependencies
2 parents 8fca84f + 1dc8241 commit ef9a438

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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.2.1;python_version>="3.8"
45+
pytest==8.2.2;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"

seleniumbase/__version__.py

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
'pluggy==1.5.0;python_version>="3.8"',
191191
"py==1.11.0", # Needed by pytest-html
192192
'pytest==7.4.4;python_version<"3.8"',
193-
'pytest==8.2.1;python_version>="3.8"',
193+
'pytest==8.2.2;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"',
@@ -257,7 +257,7 @@
257257
'pdfminer.six==20221105;python_version<"3.8"',
258258
'pdfminer.six==20231228;python_version>="3.8"',
259259
'cryptography==39.0.2;python_version<"3.9"',
260-
'cryptography==42.0.7;python_version>="3.9"',
260+
'cryptography==42.0.8;python_version>="3.9"',
261261
'cffi==1.15.1;python_version<"3.8"',
262262
'cffi==1.16.0;python_version>="3.8"',
263263
"pycparser==2.22",

0 commit comments

Comments
 (0)