From 10c6b3e2916264be69cf6036ca7642f5d64fdd48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 21:20:49 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.3 to 3.0.4 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.4. - [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.3...3.0.4) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- chainguard/requirements.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 chainguard/requirements.txt diff --git a/chainguard/requirements.txt b/chainguard/requirements.txt old mode 100755 new mode 100644 index 3ed3579..d281670 --- a/chainguard/requirements.txt +++ b/chainguard/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.3 redis==5.1.0b7 prometheus-client==0.16.0 -Werkzeug==3.0.3 \ No newline at end of file +Werkzeug==3.0.4 \ No newline at end of file diff --git a/src/requirements.txt b/src/requirements.txt index 3ed3579..d281670 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.3 redis==5.1.0b7 prometheus-client==0.16.0 -Werkzeug==3.0.3 \ No newline at end of file +Werkzeug==3.0.4 \ No newline at end of file