From 12ff3f1638e5ce68c8f8e0d6e53eebabe8de3dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:33:56 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.1.3 to 3.1.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.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/3.1.3...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2bd3f95..fafaeb5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,7 @@ click==8.1.8 coverage[toml]==7.7.1 # via pytest-cov flask==3.1.0 - # via -r ./test-requirements.in + # via -r test-requirements.in iniconfig==2.1.0 # via pytest itsdangerous==2.2.0 @@ -23,23 +23,23 @@ markupsafe==3.0.2 # jinja2 # werkzeug more-itertools==10.6.0 - # via -r ./test-requirements.in + # via -r test-requirements.in packaging==24.2 # via pytest pluggy==1.5.0 # via pytest pytest==8.3.5 # via - # -r ./test-requirements.in + # -r test-requirements.in # pytest-cov # pytest-mock pytest-cov==6.0.0 - # via -r ./test-requirements.in + # via -r test-requirements.in pytest-mock==3.14.0 - # via -r ./test-requirements.in + # via -r test-requirements.in structlog==25.2.0 - # via -r ./test-requirements.in -werkzeug==3.1.3 + # via -r test-requirements.in +werkzeug==3.1.5 # via - # -r ./test-requirements.in + # -r test-requirements.in # flask