From 926c1f9ad261b597c17bfa85e186b1aa89f0bb4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:52:45 +0000 Subject: [PATCH] fix(deps): update dependency flask to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08d12ce..c6c156f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ gcs = [ # The `ws` adds the requirements for hosting the GGM web site & API. ws = [ - "flask <3.0, >=2.1.2", + "flask <3.2, >=3.1", "gunicorn <21, >=20.1.0", ]