From ec44e212fbcbf622cccd6eca07f1fa41b280422c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 01:04:22 +0000 Subject: [PATCH] build(deps): bump pip from 26.0 to 26.0.1 Bumps [pip](https://github.com/pypa/pip) from 26.0 to 26.0.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.0...26.0.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.0.1 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 3036cc1..0eb3241 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # pip list --format=freeze > requirements.txt -pip==26.0 +pip==26.0.1 PyYAML==6.0.3 setuptools==80.10.2 wheel==0.46.3