From dd91d31d1608f55f4c4c28a39596e7363cb24747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 01:04:15 +0000 Subject: [PATCH] build(deps): bump pip from 25.3 to 26.0 Bumps [pip](https://github.com/pypa/pip) from 25.3 to 26.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.3...26.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a0dd2c..3036cc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # pip list --format=freeze > requirements.txt -pip==25.3 +pip==26.0 PyYAML==6.0.3 setuptools==80.10.2 wheel==0.46.3