Skip to content

Commit 1ba24e3

Browse files
chore(deps-dev): update ruff requirement from 0.14.14 to 0.15.0 (#473)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef6e5cd commit 1ba24e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mypy = "1.19.1"
2727
pylint = "4.0.4"
2828
pyright = {extras = ["nodejs"], version = "1.1.408"}
2929
pytest = "9.0.2"
30-
ruff = "0.14.14"
30+
ruff = "0.15.0"
3131
xenon = "0.9.3"
3232

3333
[build-system]

0 commit comments

Comments
 (0)