From 58d96df404539993ae5d7c9f01dc21cef4b65510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:08:44 +0000 Subject: [PATCH] build(deps): bump ruff from 0.12.11 to 0.13.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.11 to 0.13.2. - [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.12.11...0.13.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08240b6..7d110d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ "pytest-asyncio==1.2.0", "pytest-aiohttp==1.1.0", "pytest-cov==7.0.0", - "ruff==0.12.11", + "ruff==0.13.2", "safety==3.6.1", ]