From df85d8bda8806fe1d25e944dc70a21c1554aeab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:38:05 +0000 Subject: [PATCH] Update greenlet requirement from >=3.0 to >=3.4.0 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.4.0) --- updated-dependencies: - dependency-name: greenlet dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 10393d5..9b67268 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ pydantic-settings>=2.7 sqlalchemy[asyncio]>=2.0.49 asyncpg>=0.30 psycopg2-binary>=2.9 -greenlet>=3.0 +greenlet>=3.4.0 alembic>=1.14 redis>=5.2 celery[redis]>=5.6