From ae676d9e570933162e31d6aec2f1fdd3a9d8ace8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:10:31 +0000 Subject: [PATCH] Update l9format requirement from =1.3.2 to =1.4.0 Updates the requirements on [l9format](https://github.com/leakix/l9format-python) to permit the latest version. - [Release notes](https://github.com/leakix/l9format-python/releases) - [Changelog](https://github.com/LeakIX/l9format-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/leakix/l9format-python/compare/1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: l9format dependency-version: 1.4.0 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 3a68660..429577a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Danny Willems "] [tool.poetry.dependencies] python = "^3.13" requests = "*" -l9format = "=1.3.2" +l9format = "=1.4.0" fire = ">=0.5,<0.8" [tool.poetry.group.dev.dependencies]