From 53047e39e20642594c90ae7bde7fe4f97c618d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 03:28:54 +0000 Subject: [PATCH] Bump ruff from 0.0.277 to 0.0.278 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.277 to 0.0.278. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.277...v0.0.278) --- 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 e97fc2d..6996011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip>=21.0,<23.2 bumpver==2023.1124 colorlog==6.7.0 -ruff==0.0.277 +ruff==0.0.278 chardet==5.1.0 homeassistant==2023.6.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index 333d197..f1df2da 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip>=21.0,<23.2 bumpver==2023.1124 colorlog==6.7.0 -ruff==0.0.277 +ruff==0.0.278 chardet==5.1.0 pytest-homeassistant-custom-component==0.13.41