From 4bc4735c751c59caf8bec14323cc67fa35cef8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:52:48 +0000 Subject: [PATCH] build(deps): bump greenlet from 3.2.4 to 3.5.3 Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 3.2.4 to 3.5.3. - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/3.2.4...3.5.3) --- updated-dependencies: - dependency-name: greenlet dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb1f74a92..b20fd8fed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile pyproject.toml -o requirements.txt -greenlet==3.2.4 +greenlet==3.5.3 # via playwright (pyproject.toml) pyee==13.0.1 # via playwright (pyproject.toml)