Skip to content

Commit 0b83144

Browse files
dependabot[bot]dannywillems
authored andcommitted
Build(deps-dev): Update ruff requirement
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.14...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc373de commit 0b83144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)