From 5078962f4379de4e0014589800ecc55e8816c7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:11:47 +0100 Subject: [PATCH] Bump ruff from 0.8.1 to 0.8.2 (#995) 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 b9a720e6..255fe383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest-asyncio==0.24.0", "pytest-aiohttp==1.0.5", "pytest-cov==6.0.0", - "ruff==0.8.1", + "ruff==0.8.2", "tomli==2.2.1", ]