From 2fb1a2e8ba92c76bbba1b7806514d258b336fb49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 03:09:10 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from ^0.9.6 to >=0.9.6,<0.15.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.9.6...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 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 2793d85..1fcf9b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ aiohttp = "^3.8.5" [tool.poetry.group.dev.dependencies] pytest = "^8.1.1" pytest-asyncio = ">=0.23.6,<0.26.0" -ruff = "^0.9.6" +ruff = ">=0.9.6,<0.15.0" [tool.ruff] target-version = "py39" # Ruff doesn't yet infer this from [tool.poetry.dependencies]