From df2c42c67434aaaf964ee8f9a661b5dffa029df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:15:43 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from ^0.5.5 to >=0.5.5,<0.8.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/compare/0.5.5...0.7.0) --- 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 9619826..230d919 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.8.0" [tool.pytest.ini_options] pythonpath = ["src"]