From a60d34fb079e0e36ccf0378af94632263e9d1f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:44:20 +0000 Subject: [PATCH] Update pip requirement from <24.3,>=8.0.3 to >=8.0.3,<24.4 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d1e587e..03baff7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ colorlog==6.8.2 homeassistant>2023.6.0 -pip>=8.0.3,<24.3 +pip>=8.0.3,<24.4 ruff==0.6.3 pytest pytest-cov>2.9.0