From bb0019cc545ab96645b2e077e8ed9eb8c8af5b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:53:57 +0000 Subject: [PATCH] Update auditwheel requirement from ~=6.1 to ~=6.2 Updates the requirements on [auditwheel](https://github.com/pypa/auditwheel) to permit the latest version. - [Release notes](https://github.com/pypa/auditwheel/releases) - [Changelog](https://github.com/pypa/auditwheel/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/auditwheel/compare/6.1.0...6.2.0) --- updated-dependencies: - dependency-name: auditwheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 937e2ce..1b911be 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ -r requirements.txt -auditwheel~=6.1 +auditwheel~=6.2 patchelf~=0.17 pdoc~=15.0 pytest~=8.3