From 9c778e8104990859e601daa9d1a1655aa86312a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 19:09:57 +0000 Subject: [PATCH] Update dependency flask to v3.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 708dfb1..9f19b85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { text = "MIT" } readme = "README.md" requires-python = ">=3.9" dependencies = [ - "flask (==3.1.0)", + "flask (==3.1.1)", "kubernetes (==32.0.1)", "pyyaml (==6.0.2)", "gunicorn (==23.0.0)",