From c9d785e55ae4984b4cf28213581231cb84ab42b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:15:24 +0000 Subject: [PATCH] Update l9format requirement from =1.3.1a3 to =1.3.2 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) - [Commits](https://github.com/leakix/l9format-python/commits/1.3.2) --- updated-dependencies: - dependency-name: l9format dependency-version: 1.3.2 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 ce755f7..01b4b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Danny Willems "] [tool.poetry.dependencies] python = "^3.13" requests = "*" -l9format = "=1.3.1a3" +l9format = "=1.3.2" fire = ">=0.5,<0.8" [tool.poetry.group.dev.dependencies]