From 7bdf8e7f76fd04780ed1ab5faa0e7da09c779d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:37:53 +0000 Subject: [PATCH] build(deps): update rdflib requirement from <7.2,>=7.0 to >=7.0,<7.7 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.4.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 bfd7ee1..5b485cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["sparqlwrapper~=2.0", "rdflib>=7.0,<7.2"] +dependencies = ["sparqlwrapper~=2.0", "rdflib>=7.0,<7.7"] [project.urls] Documentation = "https://github.com/health-ri/fairclient#readme"