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