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 1/3] 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", From 8ddb1e0bd6c4a7813611ccd3221ca9c5594a27cc Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sat, 23 Nov 2024 19:18:47 +0100 Subject: [PATCH 2/3] fix lint --- playwright/_impl/_artifact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/_impl/_artifact.py b/playwright/_impl/_artifact.py index d619c35e2..a5af44573 100644 --- a/playwright/_impl/_artifact.py +++ b/playwright/_impl/_artifact.py @@ -55,5 +55,5 @@ async def read_info_buffer(self) -> bytes: buffer = await stream.read_all() return buffer - async def cancel(self) -> None: + async def cancel(self) -> None: # pyright: ignore[reportIncompatibleMethodOverride] await self._channel.send("cancel") From 128c3b5e8274dcc9da4c26243071032c815f2ebd Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sat, 23 Nov 2024 19:19:08 +0100 Subject: [PATCH 3/3] bump meta.yaml --- meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.yaml b/meta.yaml index cb2da8460..f9fc9d5ba 100644 --- a/meta.yaml +++ b/meta.yaml @@ -27,7 +27,7 @@ requirements: run: - python >=3.9 - greenlet ==3.1.1 - - pyee ==12.0.0 + - pyee ==12.1.1 test: # [build_platform == target_platform] requires: