From 06a28e3e8a844e09164966b7413a4d26b14d59b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:05:07 +0000 Subject: [PATCH] :arrow_up: Update ruff requirement from ~=0.7.0 to ~=0.7.2 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.0...0.7.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 8185edc4..1ed3905c 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -4,4 +4,4 @@ black~=24.10.0 isort~=5.13.2 pytest~=8.3.3 pytest-mock~=3.14.0 -ruff~=0.7.0 +ruff~=0.7.2