Skip to content

Commit a04a600

Browse files
authored
Merge pull request #51 from LeakIX/dependabot/pip/isort-gte-7-and-lt-9
Build(deps-dev): Update isort requirement from ^7.0.0 to >=7,<9
2 parents d8ed2ce + 1b2eef0 commit a04a600

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to
1212

1313
- CI: bump actions/checkout from 4 to 6 ([6c9eecd], [#49])
1414
- Bump ruff dev dependency from `^0.14.14` to `>=0.14.14,<0.16.0` ([ac8a1db], [#50])
15+
- Bump isort dev dependency from `^7.0.0` to `>=7,<9` to allow isort 8.x
16+
([4464bfd], [#51])
1517

1618
## [1.4.0] - 2026-02-09
1719

@@ -160,6 +162,7 @@ and this project adheres to
160162

161163
[6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd
162164
[ac8a1db]: https://github.com/LeakIX/l9format-python/commit/ac8a1db
165+
[4464bfd]: https://github.com/LeakIX/l9format-python/commit/4464bfd
163166
[ac4744e]: https://github.com/LeakIX/l9format-python/commit/ac4744e
164167
[d554f1e]: https://github.com/LeakIX/l9format-python/commit/d554f1e
165168
[7f49ff5]: https://github.com/LeakIX/l9format-python/commit/7f49ff5
@@ -246,3 +249,4 @@ and this project adheres to
246249
[#49]: https://github.com/LeakIX/l9format-python/pull/49
247250
[#50]: https://github.com/LeakIX/l9format-python/pull/50
248251
[#43]: https://github.com/LeakIX/l9format-python/issues/43
252+
[#51]: https://github.com/LeakIX/l9format-python/pull/51

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = "^0.9.0"
1717
[tool.poetry.group.dev.dependencies]
1818
black = "^26.1.0"
1919
fire = "^0.7.1"
20-
isort = "^7.0.0"
20+
isort = ">=7,<9"
2121
mypy = "^1.19.0"
2222
pip-audit = "^2.10.0"
2323
pytest = "^9.0.2"

0 commit comments

Comments
 (0)