Skip to content

Commit c4e0cf1

Browse files
nicholascaredmondchuc
authored andcommitted
7.1.1 post release (#2953)
1 parent eef28e0 commit c4e0cf1

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docker/latest/requirements.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +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.
3-
rdflib==7.1.0
3+
rdflib==7.1.1
44
html5rdf==1.2.0
5-
# html5lib-modern is required to allow the Dockerfile to build on with pre-RDFLib-7.1.1 releases.
6-
html5lib-modern==1.2.0

docker/latest/requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
# pip-compile docker/latest/requirements.in
66
#
77
html5rdf==1.2
8-
# via
9-
# -r docker/latest/requirements.in
10-
# rdflib
11-
html5lib-modern==1.2
128
# via -r docker/latest/requirements.in
139
pyparsing==3.0.9
1410
# via rdflib
15-
rdflib==7.1.0
11+
rdflib==7.1.1
1612
# via -r docker/latest/requirements.in

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rdflib"
3-
version = "7.1.1"
3+
version = "7.1.2a0"
44
description = """RDFLib is a Python library for working with RDF, \
55
a simple yet powerful language for representing information."""
66
authors = ["Daniel 'eikeon' Krech <[email protected]>"]

0 commit comments

Comments
 (0)