From 80ed9161b2f4684e574920384e51b3eefd93f18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:58:06 +0000 Subject: [PATCH] build(deps): bump pyee from 12.1.1 to 13.0.0 Bumps [pyee](https://github.com/jfhbrook/pyee) from 12.1.1 to 13.0.0. - [Release notes](https://github.com/jfhbrook/pyee/releases) - [Changelog](https://github.com/jfhbrook/pyee/blob/main/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/pyee/compare/v12.1.1...v13.0.0) --- updated-dependencies: - dependency-name: pyee dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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