From 0bc536116374adc7488155885b28b533cde9714d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:21:38 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.0.3 to 3.1.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.1.5. - [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.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f73a9c8..4d379a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "qiniu==7.12.1", "cachelib==0.10.2", "itsdangerous==2.0.1", - "werkzeug==2.0.3", + "werkzeug==3.1.5", "jinja2==3.1.6", ]