From 04a621cd12b694513ad7fe34b71815dff9dd1ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:44:19 +0000 Subject: [PATCH] Update ruff requirement from ==0.3.* to >=0.3,<0.6 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/v0.3.0...0.5.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdde502c..34d20ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ omit = [ [project.optional-dependencies] test = [ "pre-commit>=3.3,<3.8", - "ruff==0.3.*", + "ruff>=0.3,<0.6", "pytest==8.*", "pytest-cov==5.*", "types-requests==2.*",