From 6c516c15e8bf222c84561e7eb8622b40c6c8b9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:33:21 +0000 Subject: [PATCH] Bump ruff from 0.5.5 to 0.6.8 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.5.5 to 0.6.8 - [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.5.5...0.6.8) --- 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 fa4f07c..1713235 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.5.5"] +dev = ["build", "mypy", "pre-commit", "hatch", "ruff==0.6.8"] [project.scripts] jupyter-builder = "jupyter_builder.main:main"