From ad90b1d28a169e918d86860c42440c37fe4e5cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 20:52:39 +0000 Subject: [PATCH] build(deps): Bump werkzeug from 3.1.6 to 3.1.7 in /backend Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.6 to 3.1.7. - [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.1.6...3.1.7) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8aaab2a..39a7306 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -30,5 +30,5 @@ pytokens==0.4.1 SQLAlchemy==2.0.48 tomli==2.4.0 typing_extensions==4.15.0 -Werkzeug==3.1.6 +Werkzeug==3.1.7 zipp==3.23.0