From e22d4233ce399c32ee8709f49f1a0beabe0fa0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:20:46 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.3 to 3.0.6 in /apps/api 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] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 5b847474..1ac0bdb9 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -18,5 +18,5 @@ requests==2.32.2 six==1.16.0 soupsieve==2.5 urllib3==2.2.2 -werkzeug==3.0.3 +werkzeug==3.0.6 zipp==3.19.1