Skip to content

Commit 76144f6

Browse files
Update ruff requirement from ^0.1.3 to ^0.13.2
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@v0.1.3...0.13.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 997d57f commit 76144f6

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
@@ -35,7 +35,7 @@ optional = true
3535

3636
[tool.poetry.group.dev.dependencies]
3737
pytest = "^8.3.5"
38-
ruff = "^0.1.3"
38+
ruff = "^0.13.2"
3939
black = "==23.12.1"
4040
pre-commit = "^4.2.0"
4141
pyright = "^1.1.333"

0 commit comments

Comments
 (0)