From f1186d55e29eec84f309fcda67cee4cd82850661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 11:09:56 +0000 Subject: [PATCH] Bump ruff from 0.0.258 to 0.0.259 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.258 to 0.0.259. - [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.258...v0.0.259) --- 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 b25ef218b..2a69c480f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -250,7 +250,7 @@ dev = [ "pyroma==4.2", "pytest-cov==4.0.0", "pytest==7.2.2 ", - "ruff==0.0.258", + "ruff==0.0.259", "sphinx-autodoc-typehints==1.22", "sphinx-prompt==1.5.0", "sphinxcontrib-spelling==8.0.0",