From 212ed32705cb87f636801209aedb617ae1bfffe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 19:37:47 +0000 Subject: [PATCH] Bump werkzeug from 3.1.5 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 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.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83eaed7..93c0e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "itsdangerous==2.2.0", "Jinja2==3.1.6", "MarkupSafe==3.0.3", - "Werkzeug==3.1.5", + "Werkzeug==3.1.6", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 1aa8ccc..c0de20b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask==3.1.2 itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.3 -Werkzeug==3.1.5 +Werkzeug==3.1.6 pylint>=3.0.0 flake8>=7.0.0 pytest>=7.4.4