File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ requirements:
2727  run :
2828    - python >=3.9 
2929    - greenlet ==3.1.1 
30-     - pyee ==12.0.0  
30+     - pyee ==12.1.1  
3131
3232test : #  [build_platform == target_platform]
3333  requires :
Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ async def read_info_buffer(self) -> bytes:
5555        buffer  =  await  stream .read_all ()
5656        return  buffer 
5757
58-     async  def  cancel (self ) ->  None :
58+     async  def  cancel (self ) ->  None :   # pyright: ignore[reportIncompatibleMethodOverride] 
5959        await  self ._channel .send ("cancel" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dynamic = ["version"]
1414requires-python  = " >=3.9" 
1515dependencies  = [
1616    " greenlet==3.1.1" 
17-     " pyee==12.0.0 " 
17+     " pyee==12.1.1 " 
1818]
1919classifiers  = [
2020    " Topic :: Software Development :: Testing" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments