Skip to content

Commit ff1cc8d

Browse files
committed
Refresh Python dependencies
1 parent f007dcf commit ff1cc8d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pluggy==1.2.0;python_version<"3.8"
4646
pluggy==1.5.0;python_version>="3.8"
4747
py==1.11.0
4848
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"
5050
pytest-html==2.0.1
5151
pytest-metadata==3.0.0;python_version<"3.8"
5252
pytest-metadata==3.1.1;python_version>="3.8"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
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"',
@@ -262,7 +262,7 @@
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",
@@ -300,6 +300,7 @@
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',

0 commit comments

Comments
 (0)