From 7a8f534ea3199d8f5d3ff05a513f8b0d91969b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:48:12 -0600 Subject: [PATCH] build(deps-dev): bump ruff from 0.15.0 to 0.16.0 (#3133) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.0 to 0.16.0. - [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.0...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab8d7846..92eeb129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,7 @@ dev = [ "pytest==9.1.0", "pytest-sugar==1.1.1", "pytest-instafail==0.5.0", - "ruff==0.15.0", + "ruff==0.16.0", "mypy==2.3.0", "mypy-protobuf==5.1.0", "PyGithub==2.9.0",