File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ requirements:
29
29
- python >=3.9
30
30
# This should be the same as the dependencies in pyproject.toml
31
31
- greenlet>=3.1.1,<4.0.0
32
- - pyee>=12,<13
32
+ - pyee>=13,<14
33
33
34
34
test : # [build_platform == target_platform]
35
35
requires :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ requires-python = ">=3.9"
16
16
# - pip install uv==0.5.4
17
17
# - uv pip compile pyproject.toml -o requirements.txt
18
18
dependencies = [
19
- " pyee>=12,<13 " ,
19
+ " pyee>=13,<14 " ,
20
20
" greenlet>=3.1.1,<4.0.0"
21
21
]
22
22
classifiers = [
Original file line number Diff line number Diff line change 2
2
# uv pip compile pyproject.toml -o requirements.txt
3
3
greenlet == 3.1.1
4
4
# via playwright (pyproject.toml)
5
- pyee == 12.1.1
5
+ pyee == 13.0.0
6
6
# via playwright (pyproject.toml)
7
7
typing-extensions == 4.12.2
8
8
# via pyee
You can’t perform that action at this time.
0 commit comments