Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency importlib-resources to v5.12.0 - autoclosed #887

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
importlib-resources ==5.7.1 -> ==5.12.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

python/importlib_resources

v5.12.0

Compare Source

=======

  • #​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

Compare Source

=======

v5.11.0

Compare Source

=======

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

v5.10.4

Compare Source

=======

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

v5.10.3

Compare Source

=======

  • Packaging refresh, including fixing EncodingWarnings
    and some tests cleanup.

v5.10.2

Compare Source

=======

v5.10.1

Compare Source

=======

  • #​274: Fixed ResourceWarning in _common.

v5.10.0

Compare Source

=======

  • #​203: Lifted restriction on modules passed to files.
    Now modules need not be a package and if a non-package
    module is passed, resources will be resolved adjacent to
    those modules, even for modules not found in any package.
    For example, files(import_module('mod.py')) will
    resolve resources found at the root. The parameter to
    files was renamed from 'package' to 'anchor', with a
    compatibility shim for those passing by keyword.

  • #​259: files no longer requires the anchor to be
    specified and can infer the anchor from the caller's scope
    (defaults to the caller's module).

v5.9.0

Compare Source

======

  • #​228: as_file now also supports a Traversable
    representing a directory and (when needed) renders the
    full tree to a temporary directory.

v5.8.1

Compare Source

======

  • #​253: In MultiplexedPath, restore expectation that
    a compound path with a non-existent directory does not
    raise an exception.

v5.8.0

Compare Source

======

  • #​250: Now Traversable.joinpath provides a concrete
    implementation, replacing the implementation in .simple
    and converging with the behavior in MultiplexedPath.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency importlib-resources to v5.12.0 chore(deps): update dependency importlib-resources to v5.12.0 - autoclosed May 10, 2023
@renovate renovate bot closed this May 10, 2023
@renovate renovate bot deleted the renovate/importlib-resources-5.x branch May 10, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants