From ec1a9d687d208d00e44f7487faf39b89b9a324b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:11:20 +0000 Subject: [PATCH] chore(deps-dev): update greenlet requirement from >=3.0 to >=3.5.3 Updates the requirements on [greenlet](https://github.com/python-greenlet/greenlet) to permit the latest version. - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/3.0.0...3.5.3) --- updated-dependencies: - dependency-name: greenlet dependency-version: 3.5.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eb096a..86137b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "black>=24.4", "mypy>=1.10", "pre-commit>=3.7", - "greenlet>=3.0", + "greenlet>=3.5.3", ] [tool.hatch.build.targets.wheel]