File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ tasks:
272
272
273
273
pip-compile :
274
274
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}}"
276
276
277
277
docker:prepare :
278
278
cmds :
Original file line number Diff line number Diff line change 1
1
# This file is used for building a docker image of the latest rdflib release. It
2
2
# will be updated by dependabot when new releases are made.
3
- rdflib==7.1.1
3
+ rdflib==7.1.2
4
4
html5rdf==1.2.1
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.12
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
5
# pip-compile docker/latest/requirements.in
@@ -8,5 +8,5 @@ html5rdf==1.2.1
8
8
# via -r docker/latest/requirements.in
9
9
pyparsing == 3.2.0
10
10
# via rdflib
11
- rdflib == 7.1.1
11
+ rdflib == 7.1.2
12
12
# via -r docker/latest/requirements.in
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " rdflib"
3
- version = " 7.1.2 "
3
+ version = " 7.1.3a0 "
4
4
description = """ RDFLib is a Python library for working with RDF, \
5
5
a simple yet powerful language for representing information."""
6
6
authors = [{
name =
" Daniel 'eikeon' Krech" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments