From f36e9e657e5e1eea4274b152d5f3272b32ed4bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:18:08 +0000 Subject: [PATCH] Bump ruff from 0.3.2 to 0.5.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.2 to 0.5.0. - [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/v0.3.2...0.5.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efb71d6..d5a9d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev-test = [ "pyyaml==6.0.1", ] dev-lint = [ - "ruff==0.3.2", + "ruff==0.5.0", "isort==5.12.0", "black==24.3.0", "mypy==1.9.0",