From cb6dc14a82a4ec26530ca6cab740efc75586fc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:06:04 +0000 Subject: [PATCH] Update ruff requirement from >=0.5.1,<0.8.0 to >=0.5.1,<0.9.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.1...0.8.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 8ac4527..5766e5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ mkdocs-material = ">=8.3.9,<10.0.0" pytest = ">=7,<9" pytest-cov = ">=3,<6" pytest-lazy-fixtures = ">=1.0.1" -ruff = ">=0.5.1,<0.8.0" +ruff = ">=0.5.1,<0.9.0" tox = ">=4.12.1,<5" uvicorn = ">=0.17.6,<0.33.0" coverage = ">=7.4.1,<8"