From 8f9266baed8c1d03c09c1aa78d51bb072722dab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:31:35 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.11.5 to 0.15.12 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.5 to 0.15.12. - [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.11.5...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de399210de..9eb5ff20c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ "mypy==1.19.1", "pre-commit==4.3.0", "pytest-mock==3.15.1", - "ruff==0.11.5", + "ruff==0.15.12", "types-PyYAML==6.0.12.20250915", "types-requests==2.32.4.20260107", "types-urllib3==1.26.25.14", diff --git a/requirements-dev.txt b/requirements-dev.txt index 2292bd49cc..7d3648d7b8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mypy==1.19.1 pre-commit==4.3.0 pytest-mock==3.15.1 -ruff==0.11.5 +ruff==0.15.12 types-PyYAML==6.0.12.20250915 types-requests==2.32.4.20260107 types-urllib3==1.26.25.14