From 92536a124b5d2e706c745a75a38b7a0e881d219f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:40:30 +0000 Subject: [PATCH] build(deps): update ruff requirement from >=0.9.9 to >=0.15.12 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.9.9...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 595f0b0..26fa4dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytest-cov pytest-asyncio async_timeout pytz -ruff>=0.9.9 +ruff>=0.15.12 aiohttp>=3.10.5 setuptools>=78.1.1 urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability