From 62e0ac9775f84abd0eaaf0203c757acfa8fc1c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:12:16 +0000 Subject: [PATCH] deps:(deps): bump ruff from 0.4.2 to 0.4.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.2 to 0.4.3. - [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.4.2...v0.4.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fff7552..54b5444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "pytest-sugar==1.0.0", "pytest-codspeed", "diff-cover==9.0.0", - "ruff==0.4.2", + "ruff==0.4.3", ] [tool] @@ -44,7 +44,7 @@ rye = { dev-dependencies = [ "pytest-sugar==1.0.0", "pytest-codspeed>=2.2.0", "diff-cover==9.0.0", - "ruff==0.4.2", + "ruff==0.4.3", ] } [project.urls]