From c2496dd550e8d8cee0b558af902c8d5f47117c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:43:52 +0000 Subject: [PATCH] Update rdflib requirement from <7.2.0,>=6.2.0 to >=6.2.0,<7.7.0 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/6.2.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 7623a0bf7..be217b86a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "fingerprints >= 1.0.1, < 2.0.0", "phonenumbers >= 8.12.22, < 10.0.0", "pytz >= 2021.1", - "rdflib >= 6.2.0, < 7.2.0", + "rdflib >= 6.2.0, < 7.7.0", "networkx >= 2.5, < 3.5", "openpyxl >= 3.0.5, < 4.0.0", "orjson >= 3.7, < 4.0",