From d58dc7d37f386e5e217bb3f18d9fab0da21d7900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:41:00 +0000 Subject: [PATCH] Update ruff requirement from ==0.7.* to ==0.8.* 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.8.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dbeefc7..897d69e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pip==24.3.* -ruff==0.7.* +ruff==0.8.* pytest==8.3.*