From 1aeae2974163b6a5775e6e2daed697dc99af4584 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Mon, 21 Oct 2024 16:09:37 +0200 Subject: [PATCH] chore(deps): bump apis-core-rdf to v0.28.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 723a1f7..1c6cbdd 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.27.0"} +apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.28.0"} apis-highlighter-ng = "^0.4.0" apis-acdhch-default-settings = "1.4.0" django-auditlog = "^3.0.0"