From 2a39035af2140f1af843481960a034c79cd5b9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:10:00 +0100 Subject: [PATCH] Bump ruff from 0.7.2 to 0.8.1 (#311) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.8.1. - [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/0.7.2...0.8.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... 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 95648597..ac35b709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ version = "0.39.1" [project.optional-dependencies] lint = [ "pylint==3.2.7", - "ruff==0.7.2", + "ruff==0.8.1", ] test = [ "pytest-aiohttp==1.0.5",