From 6a03b177f1da037f9f28fc0ef7522ca115569459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 14:51:52 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.1.3 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 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.3...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5005dc4..931b3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" dependencies = [ "colored==2.3.0", "rdflib==7.1.3", - "Werkzeug==3.1.3", + "Werkzeug==3.1.6", "PyJWT==2.10.1", "requests==2.32.3", "pytz==2025.1",