From 3780b32fabc0aa4d8ee50a50092db8043143f280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:04:22 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.1.3 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 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/3.1.3...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 6b6664f..4afddf3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ # API dependencies Flask==3.1.3 -Werkzeug==3.1.5 +Werkzeug==3.1.6 requests==2.33.0 python-dotenv==1.2.2 firebase-admin==7.1.0 diff --git a/pyproject.toml b/pyproject.toml index 5365e97..fe0fdba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "1.0.0" requires-python = ">=3.12" dependencies = [ "Flask==3.1.3", - "Werkzeug==3.1.3", + "Werkzeug==3.1.6", "requests==2.33.0", "python-dotenv==1.2.2", "firebase-admin==7.1.0",