From d2d4678119ed14b2aa7f8cf4bf87494a18f4ff0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:15:22 +0000 Subject: [PATCH] Bump ruff from 0.7.1 to 0.8.1 in the pip group Bumps the pip group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.7.1 to 0.8.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.1...0.8.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92385be..9add0e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.7.1"] +dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.8.1"] [project.scripts] jupyter-builder = "jupyter_builder.main:main"