From 2a4b36086fb6766fdafa9ba74906f39894ec6ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:45:57 +0000 Subject: [PATCH] deps: Update ruff requirement from ^0.13.0 to ^0.14.3 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.13.0...0.14.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 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 5edfbbb..b252828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ exclude = ["examples*", "tests*"] [tool.poetry.group.dev.dependencies] pytest = "^8.4.2" pytest-cov = "^7.0.0" -ruff = "^0.13.0" +ruff = "^0.14.3" black = "^25.1.0" isort = "^6.0.1" mypy = "^1.18.1"