From e1fda269e2a6fd48863d712aa3c13cc78191166f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:56:39 +0000 Subject: [PATCH] Bump werkzeug from 3.1.4 to 3.1.5 (#3196) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.4 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.4...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 06e407a97..5cdd5d06b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4142,14 +4142,14 @@ files = [ [[package]] name = "werkzeug" -version = "3.1.4" +version = "3.1.5" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "werkzeug-3.1.4-py3-none-any.whl", hash = "sha256:2ad50fb9ed09cc3af22c54698351027ace879a0b60a3b5edf5730b2f7d876905"}, - {file = "werkzeug-3.1.4.tar.gz", hash = "sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e"}, + {file = "werkzeug-3.1.5-py3-none-any.whl", hash = "sha256:5111e36e91086ece91f93268bb39b4a35c1e6f1feac762c9c822ded0a4e322dc"}, + {file = "werkzeug-3.1.5.tar.gz", hash = "sha256:6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67"}, ] [package.dependencies] @@ -4493,4 +4493,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "301db0545f5ef4de785a9a11ae2f2ac664eef32c41e47a2a5994333856af4d88" +content-hash = "a8d67d7b5d97e3e06a2a6a44f73e5d4726f22dc454494e70ed8538d1e623ba2c" diff --git a/pyproject.toml b/pyproject.toml index 0452a9f4b..1346a6dc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ openpyxl = "==3.0.10" pyproj = "==3.7.2" python-dotenv = "==1.2.1" rtreelib = "==0.2.0" -werkzeug = "^3.1.4" +werkzeug = "^3.1.5" wtforms = "~=3.1" markdown = "^3.10" mistune = "^3.2.0"