File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pluggy==1.2.0;python_version<"3.8"
46
46
pluggy == 1.5.0 ;python_version >= "3.8"
47
47
py == 1.11.0
48
48
pytest == 7.4.4 ;python_version < "3.8"
49
- pytest == 8.2 .1 ;python_version >= "3.8"
49
+ pytest == 8.3 .1 ;python_version >= "3.8"
50
50
pytest-html == 2.0.1
51
51
pytest-metadata == 3.0.0 ;python_version < "3.8"
52
52
pytest-metadata == 3.1.1 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 194
194
'pluggy==1.5.0;python_version>="3.8"' ,
195
195
"py==1.11.0" , # Needed by pytest-html
196
196
'pytest==7.4.4;python_version<"3.8"' ,
197
- 'pytest==8.2 .1;python_version>="3.8"' ,
197
+ 'pytest==8.3 .1;python_version>="3.8"' ,
198
198
"pytest-html==2.0.1" , # Newer ones had issues
199
199
'pytest-metadata==3.0.0;python_version<"3.8"' ,
200
200
'pytest-metadata==3.1.1;python_version>="3.8"' ,
262
262
'pdfminer.six==20221105;python_version<"3.8"' ,
263
263
'pdfminer.six==20240706;python_version>="3.8"' ,
264
264
'cryptography==39.0.2;python_version<"3.9"' ,
265
- 'cryptography==42 .0.8 ;python_version>="3.9"' ,
265
+ 'cryptography==43 .0.0 ;python_version>="3.9"' ,
266
266
'cffi==1.15.1;python_version<"3.8"' ,
267
267
'cffi==1.16.0;python_version>="3.8"' ,
268
268
"pycparser==2.22" ,
300
300
# pip install -e .[selenium-wire]
301
301
"selenium-wire" : [
302
302
'selenium-wire==5.1.0' ,
303
+ 'pyOpenSSL==24.2.1' ,
303
304
'Brotli==1.1.0' ,
304
305
'blinker==1.7.0' , # Newer ones had issues
305
306
'h2==4.1.0' ,
You can’t perform that action at this time.
0 commit comments