From 136c6a40db8a468da0b6239d01ac7646294dfb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:34:32 +0100 Subject: [PATCH] Bump ruff from 0.7.2 to 0.7.3 (#440) 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 d0452d6..933dafc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ "pytest-asyncio==0.24.0", "pytest-aiohttp==1.0.5", "pytest-cov==6.0.0", - "ruff==0.7.2", + "ruff==0.7.3", "safety==3.2.5", "tomli==2.0.2", ]