Skip to content

Commit 8a2035c

Browse files
chore(deps-dev): update ruff requirement from ^0.6 to ^0.13
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.6.0...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c0504b commit 8a2035c

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
@@ -14,7 +14,7 @@ rich = "^13"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pytest = "^8"
17-
ruff = "^0.6"
17+
ruff = "^0.13"
1818
black = "^24.8"
1919
mypy = "^1.11"
2020

0 commit comments

Comments
 (0)