From 55ac7e167a144e8215bc094bb5a03fd2f5b3c395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:30:21 +0000 Subject: [PATCH] :arrow_up: Bump ozi-core from 1.13.1 to 1.14.1 Bumps [ozi-core](https://github.com/OZI-Project/ozi-core) from 1.13.1 to 1.14.1. - [Release notes](https://github.com/OZI-Project/ozi-core/releases) - [Changelog](https://github.com/OZI-Project/ozi-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/OZI-Project/ozi-core/compare/1.13.1...1.14.1) --- updated-dependencies: - dependency-name: ozi-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 982e93fb..3af0eab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ tag_regex = "^(?Pv)?(?P[^\\+]+)(?P.*)?$" dynamic = ["version"] dependencies = [ 'pathvalidate~=3.2.1', - 'ozi-core==1.13.1', + 'ozi-core==1.14.1', 'setuptools_scm[toml]', 'tomli>=2.0.0;python_version<"3.11"', ]