From 5764b2fad76024e91adb6971df28010b5700b884 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Tue, 17 Mar 2026 13:24:22 +0100 Subject: [PATCH 1/2] Bump l9format from 2.0.0 to 2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b96d25f..5ebbe41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.11" dependencies = [ "requests", "httpx>=0.28.0", - "l9format==2.0.0", + "l9format==2.0.1", "fire>=0.5,<0.8", ] From 0b25e02eca5ecab8e4354895e641be50209684b8 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Tue, 17 Mar 2026 13:27:29 +0100 Subject: [PATCH 2/2] CHANGELOG: bump l9format to 2.0.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fcb68..dac605a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to - Widen query type from `Query` to `AbstractQuery` to accept `RawQuery` directly - Updated l9format requirement from =1.3.2 to =1.4.0 ([ae676d9]) - Updated l9format requirement from =1.4.0 to =2.0.0 ([df916e5], [#68]) +- Updated l9format requirement from =2.0.0 to =2.0.1 ([5764b2f], [#74]) ### Fixed @@ -81,6 +82,7 @@ and this project adheres to [0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9 +[5764b2f]: https://github.com/LeakIX/LeakIXClient-Python/commit/5764b2f [cfa8b6c]: https://github.com/LeakIX/LeakIXClient-Python/commit/cfa8b6c [6b9a3db]: https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db [d111628]: https://github.com/LeakIX/LeakIXClient-Python/commit/d111628 @@ -104,3 +106,4 @@ and this project adheres to [#42]: https://github.com/LeakIX/LeakIXClient-Python/issues/42 [#68]: https://github.com/LeakIX/LeakIXClient-Python/pull/68 [#72]: https://github.com/LeakIX/LeakIXClient-Python/pull/72 +[#74]: https://github.com/LeakIX/LeakIXClient-Python/pull/74