From ac4720840e8b608b7bf6f5c2b97080423f72e438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:28:38 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from >=0.16.5 to >=0.16.6 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.5...0.16.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.6 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 0e8a150..6202f0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "httpx>=0.28.1", "httpx2>=2.12.0", "pytest>=9.1.1", - "ruff>=0.16.5", + "ruff>=0.16.6", "ty>=0.0.79", "types-pytz>=2026.3.1.20260727", "types-pyyaml>=6.0.12.20260906",