From 09d4c33e230499cc8850af5658c184ab8486d70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:56:24 +0000 Subject: [PATCH] chore(deps): bump flask Bumps the pip group with 1 update in the /contributing/samples/authn-adk-all-in-one directory: [flask](https://github.com/pallets/flask). Updates `flask` from 3.1.1 to 3.1.3 - [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.1...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- contributing/samples/authn-adk-all-in-one/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/authn-adk-all-in-one/requirements.txt b/contributing/samples/authn-adk-all-in-one/requirements.txt index 6cd3c4bb52..777d8d52bb 100644 --- a/contributing/samples/authn-adk-all-in-one/requirements.txt +++ b/contributing/samples/authn-adk-all-in-one/requirements.txt @@ -1,5 +1,5 @@ google-adk==1.12 -Flask==3.1.1 +Flask==3.1.3 flask-cors==6.0.1 python-dotenv==1.1.1 PyJWT[crypto]==2.10.1