From c587212ecd032895eddc06ef472ecaa62eea7d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:30:49 +0000 Subject: [PATCH] Bump ruff from 0.8.3 to 0.8.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.3 to 0.8.4. - [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.8.3...0.8.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3438316..64d9f2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ homeassistant==2024.6.0 pip>=21.3.1 numpy==2.2.0 bumpver==2024.1130 -ruff==0.8.3 +ruff==0.8.4 chardet==5.2.0 debugpy==1.8.11 turbojpeg==0.0.2 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 040254d..0b97f28 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip>=21.3.1 bumpver==2024.1130 colorlog==6.9.0 -ruff==0.8.3 +ruff==0.8.4 chardet==5.2.0 pytest-homeassistant-custom-component==0.13.195