From d362f3d17b0cb5cc629a619e9847f4c7f5101b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 10:31:58 +0000 Subject: [PATCH] Bump ruff from 0.14.6 to 0.14.13 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 to 0.14.13. - [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.6...0.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca17778..458c1ba 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ dev_dependencies = [ "anyio", "mypy", - "ruff==0.14.6", + "ruff==0.14.13", "types-aiofiles", "types-click", "types-cryptography",