From 068059aa01475b28ac981af179e817c4df941c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:42:20 +0000 Subject: [PATCH] Update ruff requirement from ~=0.3 to ~=0.4 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.3.0...v0.4.1) --- 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 ed05cc6..aa68b7c 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.3 +ruff~=0.4