From 40b8f8c328dc06b2d712242a57917cda2fd99fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:00:26 +0000 Subject: [PATCH] chore(deps): bump flask in /python/python-guestbook/src/backend Bumps [flask](https://github.com/pallets/flask) from 2.3.3 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/2.3.3...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/python-guestbook/src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python-guestbook/src/backend/requirements.txt b/python/python-guestbook/src/backend/requirements.txt index ab818773b..97f356811 100644 --- a/python/python-guestbook/src/backend/requirements.txt +++ b/python/python-guestbook/src/backend/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.3.3 +Flask==3.1.3 Flask-PyMongo==2.3.0 bleach==5.0.1 debugpy # Required for debugging