From 9d35ae83fff4145cb7b7e59590f28557d38084a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:04:33 +0000 Subject: [PATCH] build(deps): bump pip from 26.1 to 26.1.1 Bumps [pip](https://github.com/pypa/pip) from 26.1 to 26.1.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1...26.1.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.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 068b92e..4466857 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # pip list --format=freeze > requirements.txt -pip==26.1 +pip==26.1.1 PyYAML==6.0.3 setuptools==82.0.1 wheel==0.47.0