From 8b5384fe7d60588e03d193c01fe22e9bb4940237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 11:58:17 +0000 Subject: [PATCH] deps:(deps-dev): bump ruff from 0.0.269 to 0.0.270 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.269 to 0.0.270. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.269...v0.0.270) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d183c74f..2ace025f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "cruft", "mypy", "pre-commit==3.3.2", - "ruff==0.0.269", # important that these match the pre-commit hooks + "ruff==0.0.270", # important that these match the pre-commit hooks "black[jupyter]==23.3.0", # important that these match the pre-commit hooks ] tests = [