From fb05631919f73b6625a4d724b092e9981439d882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:33:51 +0000 Subject: [PATCH] Bump pip from 25.0 to 25.0.1 Bumps [pip](https://github.com/pypa/pip) from 25.0 to 25.0.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.0...25.0.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cf8d22..b6499a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ intex-spa==0.9.0 aio-intex-spa==0.9.1 colorlog==6.9.* -pip==25.0 +pip==25.0.1 ruff==0.9.* homeassistant==2024.3.* pytest-homeassistant-custom-component==0.13.*