From 598739c71dbb15ef3e9576c5ecd404312f84c31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:12:33 +0000 Subject: [PATCH] Update ruff requirement from >=0.5.1,<0.9.0 to >=0.5.1,<0.10.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.9.1) --- 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 b9c879b..580ab9d 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.9.0" +ruff = ">=0.5.1,<0.10.0" tox = ">=4.12.1,<5" uvicorn = ">=0.17.6,<0.34.0" coverage = ">=7.4.1,<8"