From bfc832963c0ab92808d64d12b41799ce94e1b4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:46:49 +0000 Subject: [PATCH] chore(deps): update ruff requirement from ==0.15.* to ==0.16.* Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 19372eb..cfc73f1 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -9,7 +9,7 @@ types-PyYAML ~= 6.0 # that is incompatible with black 25 (last version supporting Python 3.9). black == 25.12.*; python_version >= "3.10" black == 25.11.*; python_version < "3.10" -ruff == 0.15.* +ruff == 0.16.* mypy == 2.3.*; python_version >= "3.10" mypy == 1.19.*; python_version < "3.10" # pydantic: required by the legacy model_v0 (Pydantic) test suite,