Skip to content

Bump delvewheel from 1.13.0 to 1.13.1 - #481

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/delvewheel-1.13.1
Open

Bump delvewheel from 1.13.0 to 1.13.1#481
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/delvewheel-1.13.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps delvewheel from 1.13.0 to 1.13.1.

Changelog

Sourced from delvewheel's changelog.

1.13.1 (28 August 2026)

  • Improve GitHub Actions security.
  • Ignore invalid PATH entries instead of raising OSError.
  • Fix ValueError when a vendored DLL has a timestamp outside what's supported by the ZIP format.
  • Fix FileNotFoundError on a case-sensitive file system when the wheel extraction directory has a capital letter or when an extension module resides in a package with a capital letter.
  • Fix .py patch when __future__ import is split across multiple lines.
  • Fix argument validation for replace-needed when -change specifies the old DLL name more than once but with different case. Previously, the last -change argument overrode the previous value. Now, an exception is raised.
  • Fix error when repairing a non-x64 wheel with an unrecognized platform tag.
  • Allow surrounding whitespace and empty components within the values specified with --include, --exclude, --no-mangle, --add-path, and --namespace-pkg.
  • Fail fast when --with-mangle is incorrectly specified without --ignore-existing. Previously, the wheel was extracted before an exception was raised. Now, the exception is raised at the beginning during argument validation.
  • Speed up test suite by disabling ZIP compression when testing and by extracting a wheel directly instead of using pip. This halves the runtime for each GitHub Actions CI run.
  • When repairing multiple wheels with a single command, prevent the internal state from repairing one wheel from polluting the state for repairing subsequent wheels. Previously, DLLs excluded based on the targeted Python version for the first wheel were also excluded when repairing subsequent wheels, regardless of the targeted Python versions for the subsequent wheels.
  • Improve performance by reducing redundant calls when searching for DLL dependencies or parsing DLL files.
  • Reduce memory usage by reading files in chunks.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [delvewheel](https://github.com/adang1345/delvewheel) from 1.13.0 to 1.13.1.
- [Changelog](https://github.com/adang1345/delvewheel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/adang1345/delvewheel/commits)

---
updated-dependencies:
- dependency-name: delvewheel
  dependency-version: 1.13.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant