Skip to content

Commit b5335c9

Browse files
Update ruff requirement from >=0.5,<0.12 to >=0.5,<0.16
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.5.0...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 225c030 commit b5335c9

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
@@ -20,7 +20,7 @@ optional = true
2020

2121
[tool.poetry.group.dev.dependencies]
2222
pytest = "^8.0.0"
23-
ruff = ">=0.5,<0.12"
23+
ruff = ">=0.5,<0.16"
2424
ipywidgets = ">=7.6.3,<9.0.0"
2525
mkdocs = "^1.6.0"
2626
mkdocs-material = "^9.5.0"

0 commit comments

Comments
 (0)