From c86fd74e3372be8111fffa706c9ff559009bc889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:47:18 +0000 Subject: [PATCH] chore(deps): update apis-core-rdf requirement 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/apis-core-rdf-v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: apis-core-rdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_slug }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/pyproject.toml b/{{ cookiecutter.project_slug }}/pyproject.toml index 2a064d9..ca5ddfe 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "apis_ontology"}] [tool.poetry.dependencies] python = "^3.11" -apis-core-rdf = "0.32.0" +apis-core-rdf = "0.33.0" apis-acdhch-default-settings = "1.6.0" [build-system]