Skip to content

Commit 22dc80b

Browse files
committed
Refresh Python dependencies
1 parent c91b9d0 commit 22dc80b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ idna>=3.11
3232
charset-normalizer>=3.4.6,<4
3333
urllib3>=1.26.20,<2;python_version<"3.10"
3434
urllib3>=1.26.20,<3;python_version>="3.10"
35-
requests~=2.32.5
35+
requests~=2.32.5;python_version<"3.10"
36+
requests~=2.33.0;python_version>="3.10"
3637
sniffio==1.3.1
3738
h11==0.16.0
3839
outcome==1.3.0.post0

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@
180180
'charset-normalizer>=3.4.6,<4',
181181
'urllib3>=1.26.20,<2;python_version<"3.10"',
182182
'urllib3>=1.26.20,<3;python_version>="3.10"',
183-
'requests~=2.32.5',
183+
'requests~=2.32.5;python_version<"3.10"',
184+
'requests~=2.33.0;python_version>="3.10"',
184185
'sniffio==1.3.1',
185186
'h11==0.16.0',
186187
'outcome==1.3.0.post0',
@@ -261,7 +262,7 @@
261262
"pdfminer": [
262263
'pdfminer.six==20251107;python_version<"3.10"',
263264
'pdfminer.six==20260107;python_version>="3.10"',
264-
'cryptography==46.0.5',
265+
'cryptography==46.0.6',
265266
'cffi==2.0.0',
266267
'pycparser==2.23;python_version<"3.10"',
267268
'pycparser==3.0;python_version>="3.10"',

0 commit comments

Comments
 (0)