From ccdca3b9542d7730f1c8b75083d85626ab38f93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:54:14 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from ==0.16.3 to ==0.16.5 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.16.3...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b2431c..f6aa9c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest-asyncio = ">=1.3.0" pytest-socket = ">=0.7.0" # Pinned exactly: CI resolves fresh, so a floating formatter changes the verdict # on untouched branches. Dependabot raises upgrades as their own PR. -ruff = "==0.16.3" +ruff = "==0.16.5" [tool.pytest.ini_options] # Pinned explicitly: pytest-asyncio's default is currently unset and will