From bdb256dd928d4e8415119a2dcb5d6148d0e06bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:02:22 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.4 to 3.1.0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.1.0. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.4...3.1.0) --- updated-dependencies: - dependency-name: werkzeug 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 4aa1c1d..4e18f29 100644 --- a/chainguard/requirements.txt +++ b/chainguard/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.3 redis==5.1.0b7 prometheus-client==0.21.0 -Werkzeug==3.0.4 \ No newline at end of file +Werkzeug==3.1.0 \ No newline at end of file diff --git a/src/requirements.txt b/src/requirements.txt index 4aa1c1d..4e18f29 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.3 redis==5.1.0b7 prometheus-client==0.21.0 -Werkzeug==3.0.4 \ No newline at end of file +Werkzeug==3.1.0 \ No newline at end of file