From 712b0a7de7b07cca25657335a97d586eb9a54c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:21:07 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.0.6 in /api/test Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.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/2.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/test/requirements.txt b/api/test/requirements.txt index e503079..c4c7818 100644 --- a/api/test/requirements.txt +++ b/api/test/requirements.txt @@ -1 +1 @@ -werkzeug==2.0.3 \ No newline at end of file +werkzeug==3.0.6 \ No newline at end of file