diff --git a/Taskfile.yml b/Taskfile.yml index 2b9582f5f..1ae5947ec 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -272,7 +272,7 @@ tasks: pip-compile: cmds: - - cmd: "{{.PIP_COMPILE}} --quiet --annotate --emit-options --resolver=backtracking {{.CLI_ARGS}}" + - cmd: "{{.PIP_COMPILE}} --quiet --annotate --emit-options --resolver=backtracking --no-strip-extras {{.CLI_ARGS}}" docker:prepare: cmds: diff --git a/docker/latest/requirements.in b/docker/latest/requirements.in index f710c09d5..acfcb2e19 100644 --- a/docker/latest/requirements.in +++ b/docker/latest/requirements.in @@ -1,4 +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.3 +rdflib==7.2.1 html5rdf==1.2.1 diff --git a/docker/latest/requirements.txt b/docker/latest/requirements.txt index 2a0488344..411657d7b 100644 --- a/docker/latest/requirements.txt +++ b/docker/latest/requirements.txt @@ -1,14 +1,12 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.13 # by the following command: # -# pip-compile docker/latest/requirements.in +# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None docker/latest/requirements.in # html5rdf==1.2.1 - # via -r requirements.in -isodate==0.7.2 - # via rdflib + # via -r docker/latest/requirements.in pyparsing==3.0.9 # via rdflib -rdflib==7.1.3 - # via -r requirements.in +rdflib==7.2.1 + # via -r docker/latest/requirements.in diff --git a/pyproject.toml b/pyproject.toml index 5cf476b10..ff1665908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rdflib" -version = "7.2.1" +version = "7.3.0-a0" description = """RDFLib is a Python library for working with RDF, \ a simple yet powerful language for representing information.""" authors = ["Daniel 'eikeon' Krech "]