From 7126cbf5e84d0f13b1831a5f0c002cca94189622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:08:25 +0000 Subject: [PATCH] Update pip requirement from >=21.3.1 to >=26.1 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.3.1...26.1) --- updated-dependencies: - dependency-name: pip dependency-version: '26.1' 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 d496635..a07789c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ colorlog==6.10.1 https://github.com/tserra30/Github-Copilot-SDK-integration/raw/main/wheels/github_copilot_sdk-0.1.22+ha-py3-none-any.whl # Pin to a released Home Assistant version so CI dependency installs succeed homeassistant==2024.12.3 -pip>=21.3.1 +pip>=26.1 ruff==0.15.11