From cb04732c46c113bda98132987926ab69359354a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:34:00 +0000 Subject: [PATCH] pip: bump the python-build-tools group across 1 directory with 2 updates Bumps the python-build-tools group with 2 updates in the /ci directory: [pip](https://github.com/pypa/pip) and [setuptools](https://github.com/pypa/setuptools). Updates `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) Updates `setuptools` from 82.0.1 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-build-tools - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-build-tools ... Signed-off-by: dependabot[bot] --- ci/requirements-build.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements-build.txt b/ci/requirements-build.txt index d65f6ed..2fea77e 100644 --- a/ci/requirements-build.txt +++ b/ci/requirements-build.txt @@ -8,8 +8,8 @@ # # Dependabot (pip ecosystem, see .github/dependabot.yml) bumps these via PRs # that the build-and-validate matrix gates before merge. -pip==26.1.2 -setuptools==82.0.1 +pip==26.2 +setuptools==83.0.0 wheel==0.47.0 pyparsing==3.3.2 pybind11_stubgen==2.5.5