Skip to content

Commit 5497ae1

Browse files
authored
7.1.2 post release (#3032)
1 parent 46f2239 commit 5497ae1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ tasks:
272272

273273
pip-compile:
274274
cmds:
275-
- cmd: "{{.PIP_COMPILE}} --quiet --annotate --emit-options --resolver=backtracking {{.CLI_ARGS}}"
275+
- cmd: "{{.PIP_COMPILE}} --quiet --annotate --emit-options --no-strip-extras --resolver=backtracking {{.CLI_ARGS}}"
276276

277277
docker:prepare:
278278
cmds:

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.
3-
rdflib==7.1.1
3+
rdflib==7.1.2
44
html5rdf==1.2.1

docker/latest/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile docker/latest/requirements.in
@@ -8,5 +8,5 @@ html5rdf==1.2.1
88
# via -r docker/latest/requirements.in
99
pyparsing==3.2.0
1010
# via rdflib
11-
rdflib==7.1.1
11+
rdflib==7.1.2
1212
# 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
[project]
22
name = "rdflib"
3-
version = "7.1.2"
3+
version = "7.1.3a0"
44
description = """RDFLib is a Python library for working with RDF, \
55
a simple yet powerful language for representing information."""
66
authors = [{ name = "Daniel 'eikeon' Krech", email = "[email protected]" }]

0 commit comments

Comments
 (0)