From 95b417d832dad7e81e77c7fa2e34adddb5a4edf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:51:25 +0000 Subject: [PATCH] deps: Update ruff requirement from ^0.13.0 to ^0.14.1 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.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.1 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..e047be5 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.1" black = "^25.1.0" isort = "^6.0.1" mypy = "^1.18.1"