From 7c5f094e5b0098c88e8ab2440a373b0bf657e8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:17:27 +0000 Subject: [PATCH] deps: update rdflib requirement from <8,>=7.0 to >=7.6.0,<8 Updates the requirements on [rdflib](https://github.com/RDFLib/rdflib) to permit the latest version. - [Release notes](https://github.com/RDFLib/rdflib/releases) - [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md) - [Commits](https://github.com/RDFLib/rdflib/compare/7.0.0...7.6.0) --- updated-dependencies: - dependency-name: rdflib dependency-version: 7.6.0 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 1bcefc5..1860ec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires-python = ">=3.10" dependencies = [ "pytest", "pyyaml", - "rdflib>=7.0,<8", + "rdflib>=7.6.0,<8", "jinja2==3.1.4", "jsonschema==4.23.0", ]