Skip to content

Commit 9d7758d

Browse files
Update ruff requirement from ^0.11.2 to ^0.12.1
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.11.2...0.12.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81c49c6 commit 9d7758d

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
@@ -12,7 +12,7 @@ python = "^3.11"
1212
[tool.poetry.group.dev.dependencies]
1313
pytest = "^8.0.0"
1414
pytest-cov = "^6.0.0"
15-
ruff = "^0.11.2"
15+
ruff = "^0.12.1"
1616

1717
[tool.pytest.ini_options]
1818
testpaths = ["tests",]

0 commit comments

Comments
 (0)