Skip to content

Commit 0af3333

Browse files
Bump ruff from 0.8.4 to 0.9.4 in the pip group
Bumps the pip group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.8.4 to 0.9.4 - [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.8.4...0.9.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dca7a8b commit 0af3333

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
@@ -50,7 +50,7 @@ test = [
5050
"jupyterlab",
5151
]
5252
# Check ruff version is aligned with the one in .pre-commit-config.yaml
53-
dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.8.4"]
53+
dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.9.4"]
5454

5555
[project.scripts]
5656
jupyter-builder = "jupyter_builder.main:main"

0 commit comments

Comments
 (0)