File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ pluggy==1.2.0;python_version<"3.8"
42
42
pluggy == 1.5.0 ;python_version >= "3.8"
43
43
py == 1.11.0
44
44
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"
46
46
pytest-html == 2.0.1
47
47
pytest-metadata == 3.0.0 ;python_version < "3.8"
48
48
pytest-metadata == 3.1.1 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "4.27.1 "
2
+ __version__ = "4.27.2 "
Original file line number Diff line number Diff line change 190
190
'pluggy==1.5.0;python_version>="3.8"' ,
191
191
"py==1.11.0" , # Needed by pytest-html
192
192
'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"' ,
194
194
"pytest-html==2.0.1" , # Newer ones had issues
195
195
'pytest-metadata==3.0.0;python_version<"3.8"' ,
196
196
'pytest-metadata==3.1.1;python_version>="3.8"' ,
257
257
'pdfminer.six==20221105;python_version<"3.8"' ,
258
258
'pdfminer.six==20231228;python_version>="3.8"' ,
259
259
'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"' ,
261
261
'cffi==1.15.1;python_version<"3.8"' ,
262
262
'cffi==1.16.0;python_version>="3.8"' ,
263
263
"pycparser==2.22" ,
You can’t perform that action at this time.
0 commit comments