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"
4646pluggy == 1.5.0 ;python_version >= "3.8"
4747py == 1.11.0
4848pytest == 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"
5050pytest-html == 2.0.1
5151pytest-metadata == 3.0.0 ;python_version < "3.8"
5252pytest-metadata == 3.1.1 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 194194 'pluggy==1.5.0;python_version>="3.8"' ,
195195 "py==1.11.0" , # Needed by pytest-html
196196 '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"' ,
198198 "pytest-html==2.0.1" , # Newer ones had issues
199199 'pytest-metadata==3.0.0;python_version<"3.8"' ,
200200 'pytest-metadata==3.1.1;python_version>="3.8"' ,
262262 'pdfminer.six==20221105;python_version<"3.8"' ,
263263 'pdfminer.six==20240706;python_version>="3.8"' ,
264264 '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"' ,
266266 'cffi==1.15.1;python_version<"3.8"' ,
267267 'cffi==1.16.0;python_version>="3.8"' ,
268268 "pycparser==2.22" ,
300300 # pip install -e .[selenium-wire]
301301 "selenium-wire" : [
302302 'selenium-wire==5.1.0' ,
303+ 'pyOpenSSL==24.2.1' ,
303304 'Brotli==1.1.0' ,
304305 'blinker==1.7.0' , # Newer ones had issues
305306 'h2==4.1.0' ,
You can’t perform that action at this time.
0 commit comments