From 63edd0d378b3bd2f703afc428a202f3a028b6040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:18:34 +0000 Subject: [PATCH] build(deps): bump pyee from 12.0.0 to 12.1.1 Bumps [pyee](https://github.com/jfhbrook/pyee) from 12.0.0 to 12.1.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/v12.0.0...v12.1.1) --- updated-dependencies: - dependency-name: pyee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f250731fc..963a75a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dynamic = ["version"] requires-python = ">=3.9" dependencies = [ "greenlet==3.1.1", - "pyee==12.0.0", + "pyee==12.1.1", ] classifiers = [ "Topic :: Software Development :: Testing",