From adb275e5f9b3015f39fa26104fca3d2ca5c1a3d2 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Wed, 25 Sep 2024 10:20:36 +0200 Subject: [PATCH] chore(deps): bump apis-core to v0.27.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69f173c..b0cb67a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "apis_ontology"}] [tool.poetry.dependencies] python = "^3.11" -apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git", tag = "v0.26.0" } +apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git", tag = "v0.27.0" } apis-bibsonomy = "0.11.0" apis-acdhch-default-settings = "1.1.1" psycopg2 = "^2.9.6"