From e7372d4f73cf9046c7d9ad8d5f241de7dde00032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:58:45 +0000 Subject: [PATCH] Update ruff requirement from ~=0.1 to ~=0.3 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/v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index fb85c33..bfa877c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -11,4 +11,4 @@ pytest>=7.2 pytest-cov>=3.0 pytest-homeassistant-custom-component>=0.12 tzdata -ruff~=0.1 +ruff~=0.3