From 37638e750dffff2f7e8c044ed97f17538cf2dcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:23:06 -0700 Subject: [PATCH] chore(deps): bump greenlet from 3.1.1 to 3.5.0 (#40188) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a388f9afbf..ebb33568ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "flask-session>=0.4.0, <1.0", "flask-wtf>=1.1.0, <2.0", "geopy", - "greenlet>=3.0.3, <=3.1.1", + "greenlet>=3.0.3, <=3.5.0", "gunicorn>=22.0.0; sys_platform != 'win32'", "hashids>=1.3.1, <2", # holidays>=0.45 required for security fix