From 7d5bae24db4f638bd731f32c5d1f9db853e7ec22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 13:57:37 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from ^0.5.5 to >=0.5.5,<0.12.0 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/commits) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2bfeb2..fc6c13e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ pytest-xdist = "^3.6.1" toml-sort = "^0.23.1" types-requests = "^2.32.0.20240712" GitPython = "^3.1.43" -ruff = "^0.5.5" +ruff = ">=0.5.5,<0.12.0" [tool.pytest.ini_options] pythonpath = ["src"]