From 6198922afc937d19ce6b74040ffd720f174063ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:42:22 +0100 Subject: [PATCH] Bump ruff from 0.7.1 to 0.8.1 in the pip group (#31) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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"