From f0b105958cb43a954f7e00b8f6153fa32345213c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:27:23 +0000 Subject: [PATCH] chore(deps): bump flask in /python/chat/connectivity-app 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] --- python/chat/connectivity-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/chat/connectivity-app/requirements.txt b/python/chat/connectivity-app/requirements.txt index 672f428..7508f7c 100644 --- a/python/chat/connectivity-app/requirements.txt +++ b/python/chat/connectivity-app/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.1.0 +Flask==3.1.1 protobuf==5.29.2 google_auth_oauthlib==1.2.1 google-api-core==2.25.1