From 1b79abf5f97a6556455390162a786f1f999b4a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:29:56 +0000 Subject: [PATCH] Bump flask in /workshop/tagging/creditcheckservice-py-with-tags Bumps [flask](https://github.com/pallets/flask) from 2.2.5 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.2.5...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../tagging/creditcheckservice-py-with-tags/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/tagging/creditcheckservice-py-with-tags/requirements.txt b/workshop/tagging/creditcheckservice-py-with-tags/requirements.txt index 0a764649fa..f83e72570b 100644 --- a/workshop/tagging/creditcheckservice-py-with-tags/requirements.txt +++ b/workshop/tagging/creditcheckservice-py-with-tags/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.2.5 +Flask==3.1.3 Werkzeug==3.1.5 requests waitress