From 5a648d7cb202461603f5b9b3fb23e8d40547c0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 06:06:39 +0000 Subject: [PATCH] build(deps): bump html5rdf from 1.2.0 to 1.2.1 in /docker/latest Bumps [html5rdf](https://github.com/RDFLib/html5rdf) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/RDFLib/html5rdf/releases) - [Changelog](https://github.com/RDFLib/html5rdf/blob/main/CHANGES.rst) - [Commits](https://github.com/RDFLib/html5rdf/commits/v1.2.1) --- updated-dependencies: - dependency-name: html5rdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/latest/requirements.in | 2 +- docker/latest/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/latest/requirements.in b/docker/latest/requirements.in index fa2ecec49..f710c09d5 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.1.3 -html5rdf==1.2.0 +html5rdf==1.2.1 diff --git a/docker/latest/requirements.txt b/docker/latest/requirements.txt index 95131d137..2a0488344 100644 --- a/docker/latest/requirements.txt +++ b/docker/latest/requirements.txt @@ -4,11 +4,11 @@ # # pip-compile docker/latest/requirements.in # -html5rdf==1.2 - # via -r docker/latest/requirements.in +html5rdf==1.2.1 + # via -r requirements.in isodate==0.7.2 # via rdflib pyparsing==3.0.9 # via rdflib rdflib==7.1.3 - # via -r docker/latest/requirements.in + # via -r requirements.in