Skip to content

Commit 31b0499

Browse files
authored
Bump l9format from 2.0.0 to 2.0.1 (#74)
* Bump l9format from 2.0.0 to 2.0.1 * CHANGELOG: bump l9format to 2.0.1
1 parent 1afe155 commit 31b0499

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to
2323
- Widen query type from `Query` to `AbstractQuery` to accept `RawQuery` directly
2424
- Updated l9format requirement from =1.3.2 to =1.4.0 ([ae676d9])
2525
- Updated l9format requirement from =1.4.0 to =2.0.0 ([df916e5], [#68])
26+
- Updated l9format requirement from =2.0.0 to =2.0.1 ([5764b2f], [#74])
2627

2728
### Fixed
2829

@@ -81,6 +82,7 @@ and this project adheres to
8182
[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9
8283

8384
<!-- Commit links -->
85+
[5764b2f]: https://github.com/LeakIX/LeakIXClient-Python/commit/5764b2f
8486
[cfa8b6c]: https://github.com/LeakIX/LeakIXClient-Python/commit/cfa8b6c
8587
[6b9a3db]: https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db
8688
[d111628]: https://github.com/LeakIX/LeakIXClient-Python/commit/d111628
@@ -104,3 +106,4 @@ and this project adheres to
104106
[#42]: https://github.com/LeakIX/LeakIXClient-Python/issues/42
105107
[#68]: https://github.com/LeakIX/LeakIXClient-Python/pull/68
106108
[#72]: https://github.com/LeakIX/LeakIXClient-Python/pull/72
109+
[#74]: https://github.com/LeakIX/LeakIXClient-Python/pull/74

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.11"
1010
dependencies = [
1111
"requests",
1212
"httpx>=0.28.0",
13-
"l9format==2.0.0",
13+
"l9format==2.0.1",
1414
"fire>=0.5,<0.8",
1515
]
1616

0 commit comments

Comments
 (0)