From 4617435132ccfa42882d0989674090af2e2b979a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:10:18 +0000 Subject: [PATCH] build(deps): bump pip from 26.1.2 to 26.2 in /requirements 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: indirect ... Signed-off-by: dependabot[bot] --- requirements/pip_tools.txt | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index dc732755..0833856d 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -4,13 +4,25 @@ # # make upgrade # -build==1.5.0 # via pip-tools -click==8.4.2 # via pip-tools -packaging==26.2 # via build, wheel -pip-tools==7.5.3 # via -r requirements/pip_tools.in -pyproject-hooks==1.2.0 # via build, pip-tools -wheel==0.47.0 # via pip-tools +build==1.5.0 + # via pip-tools +click==8.4.2 + # via pip-tools +packaging==26.2 + # via + # build + # wheel +pip-tools==7.5.3 + # via -r pip_tools.in +pyproject-hooks==1.2.0 + # via + # build + # pip-tools +wheel==0.47.0 + # via pip-tools # The following packages are considered to be unsafe in a requirements file: -pip==26.1.2 # via pip-tools -setuptools==82.0.1 # via pip-tools +pip==26.2 + # via pip-tools +setuptools==82.0.1 + # via pip-tools