From 5dcb433a69f06b8c2aace8558324fce3eb590a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 01:34:17 +0000 Subject: [PATCH] pip: bump the python-build-tools group across 1 directory with 3 updates Bumps the python-build-tools group with 3 updates in the /ci directory: [pip](https://github.com/pypa/pip), [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel). Updates `pip` from 26.1.2 to 26.2.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1.2...26.2.1) Updates `setuptools` from 82.0.1 to 84.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...v84.0.0) Updates `wheel` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.47.0...0.48.0) --- updated-dependencies: - dependency-name: pip dependency-version: 26.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-build-tools - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-build-tools - dependency-name: wheel dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-build-tools ... Signed-off-by: dependabot[bot] --- ci/requirements-build.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/requirements-build.txt b/ci/requirements-build.txt index d65f6ed..e2d83c8 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 -wheel==0.47.0 +pip==26.2.1 +setuptools==84.0.0 +wheel==0.48.0 pyparsing==3.3.2 pybind11_stubgen==2.5.5