From 6fd68c9c3b7ed4133ad3cad154fd6d3597441aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:47:17 +0000 Subject: [PATCH] deps(py): update rdflib requirement from >=7.0.0 to >=7.6.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/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 262ab4e..da16db7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ python-dotenv>=1.2.1 # imports rdflib + rdflib.namespace for OWL class hierarchy parsing). # Without it, pytest collection of tests/test_ingest_fibo.py fails with # ModuleNotFoundError, which silently breaks every PR's CI. -rdflib>=7.0.0 +rdflib>=7.6.0 sentry-sdk[fastapi]>=2.58.0 slowapi>=0.1.9 stripe>=9.0.0