Skip to content

Commit 0a6cd77

Browse files
authored
build(deps): bump pyee from 12.x to 13.x (#2802)
1 parent 8f330bc commit 0a6cd77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3434
test: # [build_platform == target_platform]
3535
requires:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1818
dependencies = [
19-
"pyee>=12,<13",
19+
"pyee>=13,<14",
2020
"greenlet>=3.1.1,<4.0.0"
2121
]
2222
classifiers = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile pyproject.toml -o requirements.txt
33
greenlet==3.1.1
44
# via playwright (pyproject.toml)
5-
pyee==12.1.1
5+
pyee==13.0.0
66
# via playwright (pyproject.toml)
77
typing-extensions==4.12.2
88
# via pyee

0 commit comments

Comments
 (0)