From b8ed79bf516deb3a3c2c204c79bc02a281838c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:39:51 +0000 Subject: [PATCH] Bump pip from 26.1.2 to 26.2 Bumps [pip](https://github.com/pypa/pip) from 26.1.2 to 26.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1.2...26.2) --- updated-dependencies: - dependency-name: pip dependency-version: '26.2' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e00e191..be5f14e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -34,7 +34,7 @@ pathspec==1.1.1 ; python_version >= "3.10" and python_version < "4.0" pip-api==0.0.34 ; python_version >= "3.10" and python_version < "4.0" pip-audit==2.10.1 ; python_version >= "3.10" and python_version < "4.0" pip-requirements-parser==32.0.1 ; python_version >= "3.10" and python_version < "4.0" -pip==26.1.2 ; python_version >= "3.10" and python_version < "4.0" +pip==26.2 ; python_version >= "3.10" and python_version < "4.0" platformdirs==4.11.0 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.6.0 ; python_version >= "3.10" and python_version < "4.0" pre-commit==4.6.1 ; python_version >= "3.10" and python_version < "4.0"