From 36cb1cf1e78e8a1afd63972f6ba69df66e078aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:36:32 +0200 Subject: [PATCH] Bump ruff from 0.0.275 to 0.0.278 (#78) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.275 to 0.0.278. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.275...v0.0.278) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19f7d40..895f354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "setuptools>=61.0.0", "setuptools-scm[toml]>=6.2", "pre-commit==2.21.0", - "ruff==0.0.275", + "ruff==0.0.278", "black==23.3.0", "mypy==1.4.1", "pytest==7.4.0",