From b5666cee01727dada89dad6bd1badb0c97a5c359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:07:02 +0000 Subject: [PATCH] chore: bump ruff from 0.14.4 to 0.14.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.4 to 0.14.6. - [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.14.4...0.14.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fc1cbe..157a910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dev = [ "pytest-timeout==2.4.0", "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", - "ruff==0.14.4", + "ruff==0.14.6", "bandit==1.8.6", "pyright==1.1.407", "twine==6.2.0",