From 3608a1b6f0605fe9cc846b0a3cd18cc763b53389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:12:31 +0000 Subject: [PATCH] Bump pip from 26.0.1 to 26.1 Bumps [pip](https://github.com/pypa/pip) from 26.0.1 to 26.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.0.1...26.1) --- updated-dependencies: - dependency-name: pip dependency-version: '26.1' 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 53d4afa..5c85b23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -36,7 +36,7 @@ pathspec==1.0.4 ; 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.0 ; 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.0.1 ; python_version >= "3.10" and python_version < "4.0" +pip==26.1 ; python_version >= "3.10" and python_version < "4.0" platformdirs==4.9.6 ; 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.5.1 ; python_version >= "3.10" and python_version < "4.0"