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 1/2] 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] From 7e04bfac3ce8bce9293dc47396a7f1beaa14a282 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:12:54 +0000 Subject: [PATCH 2/2] Add changelog entry for l9format update to 1.4.0 Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d412cf..1ecfed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +### Changed + +- Updated l9format requirement from =1.3.2 to =1.4.0 ([ae676d9]) + ## [0.1.10] - 2024-12-XX ### Changed @@ -43,6 +47,7 @@ and this project adheres to [0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9 +[ae676d9]: https://github.com/LeakIX/LeakIXClient-Python/commit/ae676d9 [65c5121]: https://github.com/LeakIX/LeakIXClient-Python/commit/65c5121 [0975c1c]: https://github.com/LeakIX/LeakIXClient-Python/commit/0975c1c [7cb5dae]: https://github.com/LeakIX/LeakIXClient-Python/commit/7cb5dae