Skip to content

Update importlib-resources requirement from ~=3.1 to ~=3.2

Created by: dependabot-preview[bot]

Updates the requirements on importlib-resources to permit the latest version.

Changelog

Sourced from importlib-resources's changelog.

v3.2.0

  • #68: Resources in PEP 420 Namespace packages are now supported.

v3.1.1

  • bpo-41490: contents is now also more aggressive about consuming any iterator from the Reader.

v3.1.0

  • #110 and bpo-41490: path method is more aggressive about releasing handles to zipfile objects early, enabling use-cases like certifi to leave the context open but delete the underlying zip file.

v3.0.0

  • Package no longer exposes importlib_resources.__version__. Users that wish to inspect the version of importlib_resources should instead invoke .version('importlib_resources') from importlib-metadata ( stdlib or backport) directly. This change eliminates the dependency on importlib_metadata. Closes #100.
  • Package now always includes its data. Closes #93.
  • Declare hidden imports for PyInstaller. Closes #101.

v2.0.1

v2.0.0

  • Loaders are no longer expected to implement the abc.TraversableResources interface, but are instead expected to return TraversableResources from their get_resource_reader method.

v1.5.0

  • Traversable is now a Protocol instead of an Abstract Base Class (Python 2.7 and Python 3.8+).
  • Traversable objects now require a .name property.

v1.4.0

  • #79: Temporary files created will now reflect the filename of their origin.

v1.3.1

  • For improved compatibility, importlib_resources.trees is now imported implicitly. Closes #88.

v1.3.0

Commits
  • 00aec71 Remove unnecessary header from readme.
  • e307c02 Declare documentation URL in the project metadata. Use project source as main...
  • 2777aa6 Replace GitLab with Github.
  • c24fcb6 Convert comment to docstring
  • e5e9a2f Merge pull request #199 from FFY00/fix-diffcov
  • c284863 👹 Feed the hobgoblins (delint).
  • 19cd224 Merge tag 'v3.1.1' into master
  • 7fa374e Ensure contents is eagerly evaluated to avoid leaving resources from the read...
  • 4934cba ci: fix diffcov
  • 7c425c1 Update changelog. Closes #68.
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Merge request reports

Loading