Skip to content

chore(deps-dev): bump importlib-resources from 6.3.0 to 6.3.2

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

Bumps importlib-resources from 6.3.0 to 6.3.2.

Changelog

Sourced from importlib-resources's changelog.

v6.3.2

Bugfixes

  • Restored expectation that local standard readers are preferred over degenerate readers. (#298)

v6.3.1

Bugfixes

  • Restored expectation that stdlib readers are suppressed on Python 3.10. (#257)
Commits
  • a3d6fdb Finalize
  • 0f44e36 Merge pull request #302 from python/bugfix/298-fallback-precedence
  • 0f8aa5f Add reference to the issue in the docstring.
  • cee77e8 Add news fragment.
  • 0c3f294 When blocking stdlib readers, avoid giving deference to degenerate readers an...
  • 705a435 Finalize
  • c3df5a9 Merge pull request #301 from python/bugfix/257-multiplexed-path-params
  • ef414ed Add news fragment.
  • d9e44b6 Ensure stdlib readers are excluded on Python 3.10 even when found in importli...
  • d7b6cfb Mark test as xfail on Python 3.10 where it fails. Ref #257.
  • Additional commits viewable in compare view

Merge request reports