From 1501aa3ffc2dd5eb5244b65cbf5533531aa26b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 09:23:03 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.16.5 to 0.16.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.5 to 0.16.6. - [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.16.5...0.16.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development update-type: version-update:semver-patch ... 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 8833aa4166..655f967b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "mypy==2.3.1", "pre-commit==4.6.2", "pytest-mock==3.15.1", - "ruff==0.16.5", + "ruff==0.16.6", "types-PyYAML==6.0.12.20260815", "types-requests==2.33.0.20260712", "types-urllib3==1.26.25.14", diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a85acf7c6..d9d2367f8b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mypy==2.3.1 pre-commit==4.6.2 pytest-mock==3.15.1 -ruff==0.16.5 +ruff==0.16.6 types-PyYAML==6.0.12.20260815 types-requests==2.33.0.20260712 types-urllib3==1.26.25.14