diff --git a/pyproject.toml b/pyproject.toml index b83958761..bd464f2fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">=3.9" # - pip install uv==0.5.4 # - uv pip compile pyproject.toml -o requirements.txt dependencies = [ - "pyee>=12,<13", + "pyee>=12,<14", "greenlet>=3.1.1,<4.0.0" ] classifiers = [ diff --git a/requirements.txt b/requirements.txt index eaa753330..5298f1ff4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml -o requirements.txt greenlet==3.1.1 # via playwright (pyproject.toml) -pyee==12.1.1 +pyee==13.0.0 # via playwright (pyproject.toml) typing-extensions==4.12.2 # via pyee