From fdda8ea8ccecc4722ef3afa4d88bc6990b2bef35 Mon Sep 17 00:00:00 2001 From: Nicholas Car Date: Fri, 10 Jan 2025 23:19:27 +1000 Subject: [PATCH] 7.1.2 post release --- Taskfile.yml | 2 +- docker/latest/requirements.in | 2 +- docker/latest/requirements.txt | 4 ++-- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 2b9582f5f..039890405 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 --no-strip-extras --resolver=backtracking {{.CLI_ARGS}}" docker:prepare: cmds: diff --git a/docker/latest/requirements.in b/docker/latest/requirements.in index 3c6481126..2958d7e66 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.1 +rdflib==7.1.2 html5rdf==1.2.1 diff --git a/docker/latest/requirements.txt b/docker/latest/requirements.txt index 8fb79d415..9871fd4ce 100644 --- a/docker/latest/requirements.txt +++ b/docker/latest/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile docker/latest/requirements.in @@ -8,5 +8,5 @@ html5rdf==1.2.1 # via -r docker/latest/requirements.in pyparsing==3.2.0 # via rdflib -rdflib==7.1.1 +rdflib==7.1.2 # via -r docker/latest/requirements.in diff --git a/pyproject.toml b/pyproject.toml index b3c3e3ac3..c45dfcf34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rdflib" -version = "7.1.2" +version = "7.1.3a0" description = """RDFLib is a Python library for working with RDF, \ a simple yet powerful language for representing information.""" authors = [{ name = "Daniel 'eikeon' Krech", email = "eikeon@eikeon.com" }]