From a5ed175c5752f2788dbc5083459d5e6516332f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:01:03 +0000 Subject: [PATCH] chore(deps): bump flask from 3.0.3 to 3.1.0 Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.0. - [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.0.3...3.1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chainguard/requirements.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chainguard/requirements.txt b/chainguard/requirements.txt index e245f13..8f2e01c 100644 --- a/chainguard/requirements.txt +++ b/chainguard/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.3 +Flask==3.1.0 redis==5.2.0 prometheus-client==0.21.0 Werkzeug==3.1.3 \ No newline at end of file diff --git a/src/requirements.txt b/src/requirements.txt index e245f13..8f2e01c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.3 +Flask==3.1.0 redis==5.2.0 prometheus-client==0.21.0 Werkzeug==3.1.3 \ No newline at end of file