From e43fa6003a92fa6c7294ccaa1f70dd92bf604e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 02:39:14 +0000 Subject: [PATCH] build(deps): update greenlet requirement in /backend 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.5) --- updated-dependencies: - dependency-name: greenlet dependency-version: 3.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2272a25..66048ee 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pydantic>=2.9", "pydantic-settings>=2.5", "sqlalchemy>=2.0.36", - "greenlet>=3.0", + "greenlet>=3.5.5", "asyncpg>=0.30", "alembic>=1.13", "redis>=5.2",