From c1455dd863a582fe4dc9e7dd184d8d785b742162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:31:21 +0000 Subject: [PATCH] chore(deps): bump flask from 2.2.5 to 2.3.3 in /tests/docker Bumps [flask](https://github.com/pallets/flask) from 2.2.5 to 2.3.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...2.3.3) --- updated-dependencies: - dependency-name: flask dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/requirements.txt b/tests/docker/requirements.txt index dc185944..0bb6f7b8 100644 --- a/tests/docker/requirements.txt +++ b/tests/docker/requirements.txt @@ -4,7 +4,7 @@ cachetools==4.2.4 certifi==2026.4.22 charset-normalizer==3.4.7 click==8.1.2 -Flask==2.2.5 +Flask==2.3.3 Flask-RESTful==0.3.10 google-auth==2.3.3 idna==3.15