From 00512c9f473d8f76f2c624cbe8416eaa0986c809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 08:54:24 +0000 Subject: [PATCH] Update ruff requirement from >=0.5.1,<0.9.0 to >=0.5.1,<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/compare/0.5.1...0.11.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 83c450c..92bab44 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.12.0" tox = ">=4.12.1,<5" uvicorn = ">=0.17.6,<0.34.0" coverage = ">=7.4.1,<8"