From 092952c5d9bfedc67be878f398f24d3d94c60755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:46:26 +0000 Subject: [PATCH] build(deps-dev): 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: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e023607..dce05b2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1078,9 +1078,9 @@ zipp==3.23.0 \ # via importlib-metadata # 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-tools setuptools==80.9.0 \ --hash=sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922 \