From 00c9492db286fd63f91e81a5f2189bbd3238c22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:23:17 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /hubmap-auth/src Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [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.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hubmap-auth/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubmap-auth/src/requirements.txt b/hubmap-auth/src/requirements.txt index 4ced51a..db2a6a3 100644 --- a/hubmap-auth/src/requirements.txt +++ b/hubmap-auth/src/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -Werkzeug==3.0.3 +Werkzeug==3.0.6 cachetools==4.2.1 # The commons package requires requests>=2.22.0