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", ]