From 458defcb425448771c47a8ca619a7696f6c2321c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:21:46 +0000 Subject: [PATCH] deps(deps): bump pip from 26.0 to 26.1 Bumps [pip](https://github.com/pypa/pip) from 26.0 to 26.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.0...26.1) --- updated-dependencies: - dependency-name: pip dependency-version: '26.1' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 63b5503..bfeef5c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2003,9 +2003,9 @@ watchdog==6.0.0 \ # via -r requirements.txt # The following packages are considered to be unsafe in a requirements file: -pip==26.0 \ - --hash=sha256:3ce220a0a17915972fbf1ab451baae1521c4539e778b28127efa79b974aff0fa \ - --hash=sha256:98436feffb9e31bc9339cf369fd55d3331b1580b6a6f1173bacacddcf9c34754 +pip==26.1 \ + --hash=sha256:4e8486d821d814b77319acb7b9e8bf5a4ee7590a643e7cb21029f209be8573c1 \ + --hash=sha256:81e13ebcca3ffa8cc85e4deff5c27e1ee26dea0aa7fc2f294a073ac208806ff3 # via pip-api setuptools==80.9.0 \ --hash=sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922 \