From fb467a31fc4f5964297251c2643b8e28630da475 Mon Sep 17 00:00:00 2001 From: Martin Stolle Date: Wed, 26 Mar 2025 10:40:02 +0100 Subject: [PATCH] build(deps): bump pyee from 12.x to 13.x --- meta.yaml | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta.yaml b/meta.yaml index 803565ac6..3bffe9812 100644 --- a/meta.yaml +++ b/meta.yaml @@ -29,7 +29,7 @@ requirements: - python >=3.9 # This should be the same as the dependencies in pyproject.toml - greenlet>=3.1.1,<4.0.0 - - pyee>=12,<13 + - pyee>=13,<14 test: # [build_platform == target_platform] requires: diff --git a/pyproject.toml b/pyproject.toml index 5dcdd49ff..8c157345d 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>=13,<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