From 09c7bd82baf994bd1cc7325c53e1d86256708dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 01:33:02 +0000 Subject: [PATCH] build(deps): update pyee requirement Updates the requirements on [pyee](https://github.com/jfhbrook/pyee) to permit the latest version. - [Release notes](https://github.com/jfhbrook/pyee/releases) - [Changelog](https://github.com/jfhbrook/pyee/blob/main/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/pyee/commits/v13.0.0) --- updated-dependencies: - dependency-name: pyee dependency-version: 13.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ea198bc..49515eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "websockets>=10.0,<12.0; python_version=='3.7'", "websockets>=12.0,<15.0; python_version=='3.8'", "websockets>=15.0,<16.0; python_version>='3.9'", - "pyee>=9.0.4,<10.0.0; python_version=='3.7'", + "pyee>=9.0.4,<14.0.0; python_version=='3.7'", "pyee>=11.1.0,<14.0.0; python_version>='3.8'", ]