Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docker/latest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +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.0
rdflib==7.1.1
html5rdf==1.2.0
# html5lib-modern is required to allow the Dockerfile to build on with pre-RDFLib-7.1.1 releases.
html5lib-modern==1.2.0
6 changes: 1 addition & 5 deletions docker/latest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
# pip-compile docker/latest/requirements.in
#
html5rdf==1.2
# via
# -r docker/latest/requirements.in
# rdflib
html5lib-modern==1.2
# via -r docker/latest/requirements.in
pyparsing==3.0.9
# via rdflib
rdflib==7.1.0
rdflib==7.1.1
# via -r docker/latest/requirements.in
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rdflib"
version = "7.1.1"
version = "7.1.2a0"
description = """RDFLib is a Python library for working with RDF, \
a simple yet powerful language for representing information."""
authors = ["Daniel 'eikeon' Krech <[email protected]>"]
Expand Down
Loading