Skip to content

Commit 47165fc

Browse files
build(deps): bump html5rdf from 1.2.0 to 1.2.1 in /docker/latest (#3045)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62c528d commit 47165fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/latest/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is used for building a docker image of the latest rdflib release. It
22
# will be updated by dependabot when new releases are made.
33
rdflib==7.1.3
4-
html5rdf==1.2.0
4+
html5rdf==1.2.1

docker/latest/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile docker/latest/requirements.in
66
#
7-
html5rdf==1.2
8-
# via -r docker/latest/requirements.in
7+
html5rdf==1.2.1
8+
# via -r requirements.in
99
isodate==0.7.2
1010
# via rdflib
1111
pyparsing==3.0.9
1212
# via rdflib
1313
rdflib==7.1.3
14-
# via -r docker/latest/requirements.in
14+
# via -r requirements.in

0 commit comments

Comments
 (0)