From 3ae294a6367da4e2e835aacdd5e9edd61ab92881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:56:56 +0000 Subject: [PATCH] chore(deps-dev): bump werkzeug from 3.1.6 to 3.1.8 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.6 to 3.1.8. - [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.6...3.1.8) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 402f368463..48c6c575b6 100644 --- a/Pipfile +++ b/Pipfile @@ -67,7 +67,7 @@ mypy = "==1.19.1" pre-commit = "==4.5.0" tblib = "==3.2.2" watchdog = "==6.0.0" -werkzeug = "==3.1.6" +werkzeug = "==3.1.8" ruff = "==0.14.14" model-bakery = "==1.20.5" Faker = "==38.2.0" diff --git a/Pipfile.lock b/Pipfile.lock index de30d92b9a..5592f0f270 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d354e34ac5411811aba45a571a092fcfea3bcbd6c2499152b2c94d50aad855b1" + "sha256": "425820697698ab4e8b91cbd8810324d41e2517ac896182bed51ac4b26403f375" }, "pipfile-spec": 6, "requires": { @@ -3835,12 +3835,12 @@ }, "werkzeug": { "hashes": [ - "sha256:210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25", - "sha256:7ddf3357bb9564e407607f988f683d72038551200c704012bb9a4c523d42f131" + "sha256:63a77fb8892bf28ebc3178683445222aa500e48ebad5ec77b0ad80f8726b1f50", + "sha256:9bad61a4268dac112f1c5cd4630a56ede601b6ed420300677a869083d70a4c44" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==3.1.6" + "version": "==3.1.8" } }, "docs": {