From d8e0b4fc032e0ed55ba41851f3e18e25e6f854e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:06:07 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.15.22 to 0.16.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 to 0.16.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.15.22...0.16.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.2 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 fbf6e5c428..525a12f678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "mypy==2.3.0", "pre-commit==4.6.1", "pytest-mock==3.15.1", - "ruff==0.15.22", + "ruff==0.16.2", "types-PyYAML==6.0.12.20260724", "types-requests==2.33.0.20260712", "types-urllib3==1.26.25.14", diff --git a/requirements-dev.txt b/requirements-dev.txt index c520edc377..17dfb34953 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mypy==2.3.0 pre-commit==4.6.1 pytest-mock==3.15.1 -ruff==0.15.22 +ruff==0.16.2 types-PyYAML==6.0.12.20260724 types-requests==2.33.0.20260712 types-urllib3==1.26.25.14