From 5a1975fb5554bbb7cfd4f7d235b162e707d3c90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:41:39 +0000 Subject: [PATCH] Bump werkzeug from 3.0.6 to 3.1.4 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.4. - [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.0.6...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7feada..4822750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "PyYAML==6.0.1", "requests==2.32.4", "smatchpp==1.7.0", - "werkzeug==3.0.6", + "werkzeug==3.1.4", "rdflib (==7.1.4)", "tox>=4.26.0", "oxrdflib>=0.4.0", diff --git a/requirements.txt b/requirements.txt index c612656..35e8458 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pytest==7.4.0 -werkzeug==3.0.6 +werkzeug==3.1.4 Flask==3.0.2 Flask-Cors==6.0.0 graphviz==0.20.1