From 5d57ccc446f36773b6f1588c280d5add8214f7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:53:54 +0000 Subject: [PATCH] build(deps): update ozi-templates requirement from ~=2.11.1 to ~=2.12.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/main/CHANGELOG.md) - [Commits](https://github.com/OZI-Project/ozi-templates/compare/2.11.1...2.12.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 8ea302b..8ca494f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ 'idna>=2', 'meson[ninja]>=1.1.0', 'ozi-spec~=0.9.5', - 'ozi-templates~=2.11.1', + 'ozi-templates~=2.12.0', 'packaging~=24.1', 'prompt-toolkit', 'pyparsing~=3.1',