From 860cebf3549a1069e7520bff0bb8b806af530f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:12:14 +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 f7315af07..95c459e53 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -10,7 +10,7 @@ types-pyyaml == 6.* twine == 6.* mypy == 2.3.*; python_version > "3.9" mypy == 1.19.*; python_version <= "3.9" -ruff == 0.15.* +ruff == 0.16.* moto[server] == 5.* jsondiff == 2.* pyinstrument == 5.*