Skip to content

Commit d8ed2ce

Browse files
authored
Merge pull request #50 from LeakIX/dependabot/pip/ruff-gte-0.14.14-and-lt-0.16.0
Build(deps-dev): Update ruff requirement from ^0.14.14 to >=0.14.14,<0.16.0
2 parents cc373de + 7938965 commit d8ed2ce

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
@@ -11,6 +11,7 @@ and this project adheres to
1111
### Infrastructure
1212

1313
- CI: bump actions/checkout from 4 to 6 ([6c9eecd], [#49])
14+
- Bump ruff dev dependency from `^0.14.14` to `>=0.14.14,<0.16.0` ([ac8a1db], [#50])
1415

1516
## [1.4.0] - 2026-02-09
1617

@@ -158,6 +159,7 @@ and this project adheres to
158159
<!-- Commit links -->
159160

160161
[6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd
162+
[ac8a1db]: https://github.com/LeakIX/l9format-python/commit/ac8a1db
161163
[ac4744e]: https://github.com/LeakIX/l9format-python/commit/ac4744e
162164
[d554f1e]: https://github.com/LeakIX/l9format-python/commit/d554f1e
163165
[7f49ff5]: https://github.com/LeakIX/l9format-python/commit/7f49ff5
@@ -242,4 +244,5 @@ and this project adheres to
242244
[#31]: https://github.com/LeakIX/l9format-python/issues/31
243245
[#32]: https://github.com/LeakIX/l9format-python/issues/32
244246
[#49]: https://github.com/LeakIX/l9format-python/pull/49
247+
[#50]: https://github.com/LeakIX/l9format-python/pull/50
245248
[#43]: https://github.com/LeakIX/l9format-python/issues/43

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ isort = "^7.0.0"
2121
mypy = "^1.19.0"
2222
pip-audit = "^2.10.0"
2323
pytest = "^9.0.2"
24-
ruff = "^0.14.14"
24+
ruff = ">=0.14.14,<0.16.0"
2525

2626
[build-system]
2727
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)