File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ idna>=3.11
3232charset-normalizer >= 3.4.6 ,< 4
3333urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
3434urllib3 >= 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"
3637sniffio == 1.3.1
3738h11 == 0.16.0
3839outcome == 1.3.0.post0
Original file line number Diff line number Diff line change 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' ,
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"' ,
You can’t perform that action at this time.
0 commit comments