Skip to content

Bump importlib-resources from 5.10.2 to 5.12.0

HIFIS Bot requested to merge dependabot-pip-importlib-resources-5.12.0 into main

Bumps importlib-resources from 5.10.2 to 5.12.0.

Changelog

Sourced from importlib-resources's changelog.

v5.12.0

  • #257: importlib_resources (backport) now gives precedence to built-in readers (file system, zip, namespace packages), providing forward-compatibility of behaviors like MultiplexedPath.

v5.11.1

v5.10.4

  • #280: Fixed one more EncodingWarning in test suite.

v5.11.0

  • #265: MultiplexedPath now honors multiple subdirectories in iterdir and joinpath.

v5.10.3

  • Packaging refresh, including fixing EncodingWarnings and some tests cleanup.
Commits
  • 7f4fbb5 Merge pull request #268 from python/feature/future-is-here
  • f5af908 Update changelog.
  • 8da2027 Give the local zip/namespace/file readers precedence over the native reader.
  • 68be8b4 Disable native reader even if it supplies files, because it might not have fe...
  • 2bd9048 Add tests capturing expectation of custom loaders. Ref #268.
  • 1f0a098 Update changelog.
  • 59e212e Merge commit 'v5.10.4'
  • 28d26e8 Pass 'encoding' to target.open in test_open_text_FileNotFoundError. Fixes #280.
  • 5d9fb42 Merge pull request #278 from python/bugfix/multiplexed-descendants
  • 289aadb Merge branch 'main' into bugfix/multiplexed-descendants
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports