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:
27
27
run :
28
28
- python >=3.9
29
29
- greenlet ==3.1.1
30
- - pyee ==12.0.0
30
+ - pyee ==12.1.1
31
31
32
32
test : # [build_platform == target_platform]
33
33
requires :
Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ async def read_info_buffer(self) -> bytes:
55
55
buffer = await stream .read_all ()
56
56
return buffer
57
57
58
- async def cancel (self ) -> None :
58
+ async def cancel (self ) -> None : # pyright: ignore[reportIncompatibleMethodOverride]
59
59
await self ._channel .send ("cancel" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dynamic = ["version"]
14
14
requires-python = " >=3.9"
15
15
dependencies = [
16
16
" greenlet==3.1.1" ,
17
- " pyee==12.0.0 " ,
17
+ " pyee==12.1.1 " ,
18
18
]
19
19
classifiers = [
20
20
" Topic :: Software Development :: Testing" ,
You can’t perform that action at this time.
0 commit comments