Skip to content

chore(deps-dev): bump importlib-resources from 6.1.1 to 6.1.2

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

Bumps importlib-resources from 6.1.1 to 6.1.2.

Changelog

Sourced from importlib-resources's changelog.

v6.1.2

Bugfixes

  • Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (#293)
Commits
  • 131906a Finalize
  • 3f49de3 Merge pull request #293 from sfc-gh-wzhao/wzhao-fix-files-not-a-directory-whe...
  • 76145e2 Use bytes ranges instead of bytes literals.
  • d98c558 Added changelog
  • 168f617 Updated the contents of the binary files in the subdirectories so there's les...
  • 6c9b190 Change the assertions for test_join_path to assert that the subdirectory is a...
  • b68509f 👹 Feed the hobgoblins (delint).
  • d93e241 Fix NotADirectory error when calling files on a submodule of a zipped namespa...
  • eec758b Merge pull request #296 from python/refactor/compat-package
  • 3736845 Remove flake8 exclusion and remove unused imports.
  • Additional commits viewable in compare view

Merge request reports