From 2c74793a0c7381d8d2df475ba667b76e2571d2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:27:22 -0500 Subject: [PATCH] Bump the non-major-versions group with 2 updates (#346) Bumps the non-major-versions group with 2 updates: [homeassistant](https://github.com/home-assistant/core) and [ruff](https://github.com/astral-sh/ruff). Updates `homeassistant` from 2024.11.1 to 2024.11.2 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2024.11.1...2024.11.2) Updates `ruff` from 0.7.3 to 0.7.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.7.3...0.7.4) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3f216bf..db8a108 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorlog==6.9.0 -homeassistant==2024.11.1 +homeassistant==2024.11.2 pip>=21.0,<24.4 -ruff==0.7.3 \ No newline at end of file +ruff==0.7.4 \ No newline at end of file