From 31cee0a57df3c7ab30e2c4e0ff893181792d6354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:52:47 +0000 Subject: [PATCH] build(deps): bump pyee from 13.0.0 to 13.0.1 Bumps [pyee](https://github.com/jfhbrook/pyee) from 13.0.0 to 13.0.1. - [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/v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: pyee dependency-version: 13.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75d362fe8..2dd4856f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml -o requirements.txt greenlet==3.2.4 # via playwright (pyproject.toml) -pyee==13.0.0 +pyee==13.0.1 # via playwright (pyproject.toml) typing-extensions==4.14.1 # via pyee