Skip to content

Commit

Permalink
Bump ruff from 0.8.1 to 0.8.4 in the pip group
Browse files Browse the repository at this point in the history
Bumps the pip group with 1 update: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.8.1 to 0.8.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.1...0.8.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 6198922 commit 9ea36d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test = [
"jupyterlab",
]
# Check ruff version is aligned with the one in .pre-commit-config.yaml
dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.8.1"]
dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.8.4"]

[project.scripts]
jupyter-builder = "jupyter_builder.main:main"
Expand Down

0 comments on commit 9ea36d2

Please sign in to comment.