From 0ec21169c0af1ee4a882436aa55d4781f83b7fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:37:41 +0100 Subject: [PATCH] Update pip requirement from <24.3,>=8.0.3 to >=8.0.3,<24.4 (#66) 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/8.0.3...24.3.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15d5f6a..89f79e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ colorlog==6.9.0 homeassistant>2023.6.0 -pip>=8.0.3,<24.3 +pip>=8.0.3,<24.4 ruff==0.7.2 pytest pytest-cov>2.9.0