From 0858cb417cbbd03a0f2b6b8dd8640e811c173409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 23:48:41 +0000 Subject: [PATCH] Bump werkzeug from 2.3.0 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.0 to 3.1.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.3.0...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 801d193..40d4869 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ six==1.16.0 SQLAlchemy==1.3.20 urllib3==1.26.18 gunicorn==20.1.0 -Werkzeug==2.3.0 +Werkzeug==3.1.6 shortuuid==1.0.0 google-cloud-storage==2.14.0 boto3