From 4e2c4c66203562b146a47ad3f38b39c23f442d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:45:09 +0000 Subject: [PATCH] chore(deps): update ruff requirement 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.12...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 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 8cea6eb..c70fe58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Project/dev tooling – NO Home Assistant here colorlog>=6.10.1,<6.11.0 pre-commit>=4.6.0,<4.7.0 -ruff>=0.15.12,<0.16.0 +ruff>=0.15.13,<0.16.0 zlib_ng>=1.0.0,<1.1.0 isal>=1.8.0,<1.9.0 pytest>=9.0.3