diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dae078..3411789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to ### Infrastructure - CI: bump actions/checkout from 4 to 6 ([6c9eecd], [#49]) +- Bump ruff dev dependency from `^0.14.14` to `>=0.14.14,<0.16.0` ([ac8a1db], [#50]) ## [1.4.0] - 2026-02-09 @@ -158,6 +159,7 @@ and this project adheres to [6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd +[ac8a1db]: https://github.com/LeakIX/l9format-python/commit/ac8a1db [ac4744e]: https://github.com/LeakIX/l9format-python/commit/ac4744e [d554f1e]: https://github.com/LeakIX/l9format-python/commit/d554f1e [7f49ff5]: https://github.com/LeakIX/l9format-python/commit/7f49ff5 @@ -242,4 +244,5 @@ and this project adheres to [#31]: https://github.com/LeakIX/l9format-python/issues/31 [#32]: https://github.com/LeakIX/l9format-python/issues/32 [#49]: https://github.com/LeakIX/l9format-python/pull/49 +[#50]: https://github.com/LeakIX/l9format-python/pull/50 [#43]: https://github.com/LeakIX/l9format-python/issues/43 diff --git a/pyproject.toml b/pyproject.toml index a6810f2..3c7ae68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ isort = "^7.0.0" mypy = "^1.19.0" pip-audit = "^2.10.0" pytest = "^9.0.2" -ruff = "^0.14.14" +ruff = ">=0.14.14,<0.16.0" [build-system] requires = ["poetry-core>=1.0.0"]