From 80c1efad6aa90942c31472a50d31835924c04dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 22:07:10 +0000 Subject: [PATCH] Bump flask in /docs/recipes/automation/tp-setup/bootstrap Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/recipes/automation/tp-setup/bootstrap/pyproject.toml | 2 +- docs/recipes/automation/tp-setup/bootstrap/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recipes/automation/tp-setup/bootstrap/pyproject.toml b/docs/recipes/automation/tp-setup/bootstrap/pyproject.toml index 92e9175..0b6b211 100644 --- a/docs/recipes/automation/tp-setup/bootstrap/pyproject.toml +++ b/docs/recipes/automation/tp-setup/bootstrap/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "colorama==0.4.6", - "flask==3.1.0", + "flask==3.1.1", "flask-cors==5.0.1", "httpx>=0.28.1", "mcp[cli]>=1.9.0", diff --git a/docs/recipes/automation/tp-setup/bootstrap/requirements.txt b/docs/recipes/automation/tp-setup/bootstrap/requirements.txt index 8faa9dc..d3557ed 100644 --- a/docs/recipes/automation/tp-setup/bootstrap/requirements.txt +++ b/docs/recipes/automation/tp-setup/bootstrap/requirements.txt @@ -7,7 +7,7 @@ colorama==0.4.6 exceptiongroup==1.3.0 execnet==2.1.1 fastmcp==2.3.4 -flask==3.1.0 +flask==3.1.1 flask-cors==5.0.1 greenlet==3.1.1 h11==0.16.0