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 @@ -29,7 +29,7 @@ requirements:
2929 - python >=3.9
3030 # This should be the same as the dependencies in pyproject.toml
3131 - greenlet>=3.1.1,<4.0.0
32- - pyee>=12,<13
32+ - pyee>=13,<14
3333
3434test : # [build_platform == target_platform]
3535 requires :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ requires-python = ">=3.9"
1616# - pip install uv==0.5.4
1717# - uv pip compile pyproject.toml -o requirements.txt
1818dependencies = [
19- " pyee>=12,<13 " ,
19+ " pyee>=13,<14 " ,
2020 " greenlet>=3.1.1,<4.0.0"
2121]
2222classifiers = [
Original file line number Diff line number Diff line change 22# uv pip compile pyproject.toml -o requirements.txt
33greenlet == 3.1.1
44 # via playwright (pyproject.toml)
5- pyee == 12.1.1
5+ pyee == 13.0.0
66 # via playwright (pyproject.toml)
77typing-extensions == 4.12.2
88 # via pyee
You can’t perform that action at this time.
0 commit comments