From 25127f2c299670b27abe5dbbe441967440dd2533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:48:36 +0000 Subject: [PATCH] Bump the non-major-versions group with 2 updates 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.2 to 2024.11.3 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2024.11.2...2024.11.3) Updates `ruff` from 0.7.4 to 0.8.0 - [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.4...0.8.0) --- 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-minor dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index db8a108..dce66cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorlog==6.9.0 -homeassistant==2024.11.2 +homeassistant==2024.11.3 pip>=21.0,<24.4 -ruff==0.7.4 \ No newline at end of file +ruff==0.8.0 \ No newline at end of file