From f63c6e94c05a546e832d156a0530a4ad940da9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:06:05 +0000 Subject: [PATCH] Bump ruff from 0.0.272 to 0.0.277 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.272 to 0.0.277. - [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.272...v0.0.277) --- 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 67f01a6..e97fc2d 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.272 +ruff==0.0.277 chardet==5.1.0 homeassistant==2023.6.1 diff --git a/requirements_dev.txt b/requirements_dev.txt index f2dbe7c..4806c29 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.272 +ruff==0.0.277 chardet==5.1.0 pytest-homeassistant-custom-component==0.13.38