From 13047969ad1c44abcb2851ce8bd708e2751dd8c1 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Thu, 18 Jan 2024 11:12:56 +0100 Subject: [PATCH] chore(deps): bump apis-core to v0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65a8b91..7e215e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "apis_ontology"}, {include = "discworld"}] [tool.poetry.dependencies] python = "^3.11" -apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.9.1"} +apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.10.0"} apis-acdhch-default-settings = "^0.1.22" psycopg2 = "^2.9.9"