File tree Expand file tree Collapse file tree 4 files changed +344
-306
lines changed Expand file tree Collapse file tree 4 files changed +344
-306
lines changed Original file line number Diff line number Diff line change @@ -289,12 +289,12 @@ py_wheel(
289289    python_requires  =  ">=3.9" ,
290290    python_tag  =  "py3" ,
291291    requires  =  [
292-         "urllib3[socks]>=1.26,<3 " ,
293-         "trio~=0.17 " ,
294-         "trio-websocket~=0.9 " ,
295-         "certifi>=2021.10.8 " ,
296-         "typing_extensions~=4.9 " ,
297-         "websocket-client~=1.8" ,
292+         "urllib3[socks]~=2.4.0 " ,
293+         "trio~=0.30.0 " ,
294+         "trio-websocket~=0.12.2 " ,
295+         "certifi>=2025.4.26 " ,
296+         "typing_extensions~=4.13.2 " ,
297+         "websocket-client~=1.8.0 " ,
298298    ],
299299    strip_path_prefixes  =  [
300300        "py/" ,
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ classifiers = [
2626    " Programming Language :: Python :: 3.13"  ,
2727    ]
2828dependencies  = [
29-     " urllib3[socks]>=1.26,<3 "  ,
30-     " trio~=0.17 "  ,
31-     " trio-websocket~=0.9 "  ,
32-     " certifi>=2021.10.8 "  ,
33-     " typing_extensions~=4.9 "  ,
34-     " websocket-client~=1.8"  ,
29+     " urllib3[socks]~=2.4.0 "  ,
30+     " trio~=0.30.0 "  ,
31+     " trio-websocket~=0.12.2 "  ,
32+     " certifi>=2025.4.26 "  ,
33+     " typing_extensions~=4.13.2 "  ,
34+     " websocket-client~=1.8.0 "  ,
3535    ]
3636
3737[project .urls ]
Original file line number Diff line number Diff line change 11async-generator == 1.10 
2- attrs == 23.2 .0
3- certifi == 2023.11.17 
4- cffi == 1.16.0  
5- cryptography == 42 .0.8 
6- secretstorage == 3.3.3 
7- debugpy == 1.8.11  
2+ attrs == 25.3 .0
3+ certifi == 2025.4.26 
4+ cffi == 1.17.1  
5+ cryptography == 44 .0.3 
6+ SecretStorage == 3.3.3 
7+ debugpy == 1.8.14  
88filetype == 1.2.0 
9- h11 == 0.14 .0 
9+ h11 == 0.16 .0 
1010idna == 3.10 
11- importlib-metadata == 6.8 .0
11+ importlib_metadata == 8.7 .0
1212inflection == 0.5.1 
13- iniconfig == 2.0 .0 
14- more-itertools == 10.1 .0 
15- multidict == 6.0.5  
13+ iniconfig == 2.1 .0 
14+ more-itertools == 10.7 .0 
15+ multidict == 6.4.3  
1616outcome == 1.3.0.post0 
17- packaging == 23.2 
18- pluggy == 1.3 .0 
17+ packaging == 25.0 
18+ pluggy == 1.5 .0 
1919py == 1.11.0 
20- pycparser == 2.21  
21- pyOpenSSL == 22 .0.0
22- pyparsing == 3.1.2  
20+ pycparser == 2.22  
21+ pyOpenSSL == 25 .0.0
22+ pyparsing == 3.2.3  
2323PySocks == 1.7.1 
24- pytest == 7.4.4 
24+ pytest == 8.3.5 
2525pytest-instafail == 0.5.0 
26- pytest-mock == 3.12 .0 
26+ pytest-mock == 3.14 .0 
2727pytest-trio == 0.8.0 
2828sniffio == 1.3.1 
2929sortedcontainers == 2.4.0 
3030toml == 0.10.2 
31- trio >= 0.20.2 
32- trio-websocket == 0.9 .2 
33- twine == 4.0.2 
34- typing_extensions == 4.9.0  
35- urllib3 [socks ]== 2.0.7  
31+ trio == 0.30.0 
32+ trio-websocket == 0.12 .2 
33+ twine == 6.1.0 
34+ typing_extensions == 4.13.2  
35+ urllib3 [socks ]== 2.4.0  
3636websocket-client == 1.8.0 
3737wsproto == 1.2.0 
38- zipp == 3.17 .0 
38+ zipp == 3.21 .0 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments