From 5c7682bd4755a2e0601ebbc2edec4f73864c2fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:06:29 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [pip](https://github.com/pypa/pip), [pytest](https://github.com/pytest-dev/pytest), [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel). Updates `pip` from 24.0 to 26.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.0...26.1) Updates `pytest` from 6.2.5 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...9.0.3) Updates `setuptools` from 69.5.1 to 78.1.1 - [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/v69.5.1...v78.1.1) Updates `wheel` from 0.43.0 to 0.46.2 - [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.43.0...0.46.2) --- updated-dependencies: - dependency-name: pip dependency-version: '26.1' dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- build_requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_requirements.txt b/build_requirements.txt index 068e0e8e40..aaf4007663 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -1,5 +1,5 @@ -pip==24.0 -pytest==6.2.5 +pip==26.1 +pytest==9.0.3 pytest-xdist==2.2.1 -setuptools==69.5.1 -wheel==0.43.0 \ No newline at end of file +setuptools==78.1.1 +wheel==0.46.2 \ No newline at end of file