From 1ba9f356d1838af7d020aa72b2f1edc49e1508d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:24:48 +0000 Subject: [PATCH] deps: update ruff requirement from >=0.15.11 to >=0.15.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.11...0.15.16) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.16 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 e971475..b509d14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest>=9.0.3", "pytest-asyncio>=0.24.0", "pytest-cov>=7.1.0", - "ruff>=0.15.11", + "ruff>=0.15.16", "mypy>=1.13.0", "httpx>=0.28.1", ]