From 6aa4dcf8c383d86d3e89c1cf8054fe0552f6fe43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:06:26 +0000 Subject: [PATCH] chore(deps): update apis-core-rdf requirement from 0.34.0 to 0.34.1 Updates the requirements on [apis-core-rdf](https://github.com/acdh-oeaw/apis-core-rdf) to permit the latest version. - [Release notes](https://github.com/acdh-oeaw/apis-core-rdf/releases) - [Changelog](https://github.com/acdh-oeaw/apis-core-rdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.34.0...v0.34.1) --- updated-dependencies: - dependency-name: apis-core-rdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aac5857..c503ba5 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-rdf = "0.34.0" +apis-core-rdf = "0.34.1" apis-highlighter-ng = "^0.5.0" apis-acdhch-default-settings = "1.7.0" django-auditlog = "^3.0.0"