From 719ccea81f271427e318ce8bc7e32f094b97a44c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:39:24 +0000 Subject: [PATCH] build(deps): update ozi-templates requirement from ~=2.12.5 to ~=2.13.0 Updates the requirements on [ozi-templates](https://github.com/OZI-Project/ozi-templates) to permit the latest version. - [Release notes](https://github.com/OZI-Project/ozi-templates/releases) - [Changelog](https://github.com/OZI-Project/ozi-templates/blob/2.13.0/CHANGELOG.md) - [Commits](https://github.com/OZI-Project/ozi-templates/compare/2.12.5...2.13.0) --- updated-dependencies: - dependency-name: ozi-templates 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 8ed2309..d899e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ 'idna>=2', 'meson[ninja]>=1.1.0', 'ozi-spec~=0.11.1', - 'ozi-templates~=2.12.5', + 'ozi-templates~=2.13.0', 'packaging~=24.1', 'prompt-toolkit', 'pyparsing~=3.1',