From 269c1a972d1dcd97c9249e53f44edfdbf8c7e6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:55:09 +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 0d72f43..688e36f 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" [tool.poetry.group.dev.dependencies]