From a8fd1c4b224b6b6ed331a330c3cf0eadac3c7625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:55:19 +0000 Subject: [PATCH] Update fire requirement from ^0.5.0 to >=0.5,<0.8 Updates the requirements on [fire](https://github.com/google/python-fire) to permit the latest version. - [Release notes](https://github.com/google/python-fire/releases) - [Commits](https://github.com/google/python-fire/compare/v0.5.0...v0.7.1) --- updated-dependencies: - dependency-name: fire dependency-version: 0.7.1 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 0d72f43..ce755f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Danny Willems "] python = "^3.13" requests = "*" l9format = "=1.3.1a3" -fire = "^0.5.0" +fire = ">=0.5,<0.8" [tool.poetry.group.dev.dependencies] python-decouple = "*"