From 4c4ab39a97290ed55ea59dcbab4ec6174ceb8874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 06:26:34 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.12.12 to 0.13.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.12 to 0.13.3. - [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.12...0.13.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index d176f502..e05281d1 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,4 +5,4 @@ pytest==8.4.2 pytest-asyncio==1.1.0 pytest-cov==6.3.0 mypy==1.17.1 -ruff==0.12.12 +ruff==0.13.3 diff --git a/setup.py b/setup.py index 0a60d184..7b23a80e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ test_requirements = [ "pytest-asyncio", - "ruff==0.12.12", + "ruff==0.13.3", "codecov>=2.1.4", "pytest>=5.4.3", "pytest-cov>=2.9.0",