From 45b0c4370bd692bad53214a5499634fde5420a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:01:38 +0000 Subject: [PATCH] Update pip requirement from <24.2,>=21.0 to >=21.0,<24.3 Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/21.0...24.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75260ec..7ee3d8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ colorlog==6.8.2 homeassistant==2024.7.3 -pip>=21.0,<24.2 +pip>=21.0,<24.3 ruff==0.5.4 pytest-asyncio pytest-homeassistant-custom-component==0.13.147