From 3ec51547ce7674fa1b9c1e63c24b31a0e93cfe82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 05:51:50 +0000 Subject: [PATCH] build(deps): bump rdflib from 7.4.0 to 7.6.0 in /docker/latest Bumps [rdflib](https://github.com/RDFLib/rdflib) from 7.4.0 to 7.6.0. - [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.4.0...7.6.0) --- updated-dependencies: - dependency-name: rdflib dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/latest/requirements.in | 2 +- docker/latest/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/latest/requirements.in b/docker/latest/requirements.in index 10ff547f3..dcf22a2ab 100644 --- a/docker/latest/requirements.in +++ b/docker/latest/requirements.in @@ -1,4 +1,4 @@ # This file is used for building a docker image of the latest rdflib release. It # will be updated by dependabot when new releases are made. -rdflib==7.4.0 +rdflib==7.6.0 html5rdf==1.2.1 diff --git a/docker/latest/requirements.txt b/docker/latest/requirements.txt index 32e1d7ef8..d25fdc1a5 100644 --- a/docker/latest/requirements.txt +++ b/docker/latest/requirements.txt @@ -8,5 +8,5 @@ html5rdf==1.2.1 # via -r requirements.in pyparsing==3.2.0 # via rdflib -rdflib==7.4.0 +rdflib==7.6.0 # via -r requirements.in