From 6d11b6d683201453a97674b4f80f04297b381c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:32:47 +0000 Subject: [PATCH] Update pip requirement from <24.1,>=21.0 to >=21.0,<24.2 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.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index f5c3a3e..2a6dc2a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pip>=21.0,<24.1 +pip>=21.0,<24.2 colorlog isort pytest-homeassistant-custom-component