From 9f61429810beaf089bccc18bebaf07cec5d192c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:30:49 +0000 Subject: [PATCH] chore(deps): update apis-core-rdf requirement from 0.31.1 to 0.32.0 Updates the requirements on [apis-core-rdf](https://github.com/acdh-oeaw/apis-core-rdf) to permit the latest version. - [Release notes](https://github.com/acdh-oeaw/apis-core-rdf/releases) - [Changelog](https://github.com/acdh-oeaw/apis-core-rdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.31.1...apis-core-rdf-v0.32.0) --- updated-dependencies: - dependency-name: apis-core-rdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e0ae4e..2c9ce97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "apis_ontology"}] [tool.poetry.dependencies] python = "^3.11" psycopg2 = "^2.9" -apis-core-rdf = "0.31.1" +apis-core-rdf = "0.32.0" apis-highlighter-ng = "^0.5.0" apis-acdhch-default-settings = "1.5.0" django-auditlog = "^3.0.0"