From 3b5721dfcb916a13fb3aae2873b9e09bd41ab8e7 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Tue, 24 Sep 2024 11:36:36 +0200 Subject: [PATCH] chore(deps): bump apis-core-rdf to v0.27.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f93ab0f..2f337a3 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 = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.26.0"} +apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.27.0"} apis-highlighter-ng = "^0.4.0" apis-acdhch-default-settings = "1.1.1" django-acdhch-functions = "^0.1.3"