From 32ca3df249e0b56b5d77286ba6dfbf4d3dbed83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 03:39:30 +0000 Subject: [PATCH] Update patchelf requirement from <=0.17.2.2 to <=0.17.2.4 Updates the requirements on [patchelf](https://github.com/mayeut/patchelf-pypi) to permit the latest version. - [Commits](https://github.com/mayeut/patchelf-pypi/compare/v0.11.0.0...v0.17.2.4) --- updated-dependencies: - dependency-name: patchelf dependency-version: 0.17.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8f2f1c1b05573..1dd13023cab725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires = [ "setuptools>=70,<=80.9.0", "wheel<=0.45.1", "cmake<=4.1.0", - "patchelf<=0.17.2.2; sys_platform == 'linux' and platform_machine == 'x86_64'" + "patchelf<=0.17.2.4; sys_platform == 'linux' and platform_machine == 'x86_64'" ] build-backend = "setuptools.build_meta"