From 6a4b883d7360e80ba2f0acd57d1174943c80bff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:29:54 +0000 Subject: [PATCH] Bump werkzeug from 3.1.4 to 3.1.5 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 ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 4385b4b..e67bbfd 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" flask = "*" python-dotenv = "*" jinja2 = "==3.1.6" -werkzeug = "==3.1.4" +werkzeug = "==3.1.5" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index a3bdd60..adcbaba 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ef9024dbaf1d47b295d307b0a9eeec5a3cb54861505daec6eb15a6cb3154746e" + "sha256": "fce8c7d5653a0a78f4f6effb3bb11ac1cd59d90ff2b7bdcc552b27e547996c35" }, "pipfile-spec": 6, "requires": { @@ -172,12 +172,12 @@ }, "werkzeug": { "hashes": [ - "sha256:2ad50fb9ed09cc3af22c54698351027ace879a0b60a3b5edf5730b2f7d876905", - "sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e" + "sha256:5111e36e91086ece91f93268bb39b4a35c1e6f1feac762c9c822ded0a4e322dc", + "sha256:6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==3.1.4" + "version": "==3.1.5" } }, "develop": {}