From bb39687e007594beb0abe1e985ee49a8120319e2 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Thu, 21 Dec 2023 11:05:30 +0100 Subject: [PATCH] chore(deps): bump apis-core to v0.9.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8046b70..9fbff97 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.9.0" } +apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git", tag = "v0.9.1" } apis-bibsonomy = { git = "https://github.com/acdh-oeaw/apis-bibsonomy.git", tag = "v0.8.0" } apis-acdhch-default-settings = "^0.1.22" psycopg2 = "^2.9.6"