chore(deps): update dependency importlib-resources to v5.12.0 - autoclosed #887
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==5.7.1
->==5.12.0
⚠ 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
=======
importlib_resources
(backport) now givesprecedence 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
=======
MultiplexedPath
now honors multiple subdirectoriesin
iterdir
andjoinpath
.v5.10.4
Compare Source
=======
EncodingWarning
in test suite.v5.10.3
Compare Source
=======
and some tests cleanup.
v5.10.2
Compare Source
=======
write_bytes
to context manager asproposed in gh-100586.
v5.10.1
Compare Source
=======
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'))
willresolve 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 bespecified and can infer the anchor from the caller's scope
(defaults to the caller's module).
v5.9.0
Compare Source
======
as_file
now also supports aTraversable
representing a directory and (when needed) renders the
full tree to a temporary directory.
v5.8.1
Compare Source
======
MultiplexedPath
, restore expectation thata compound path with a non-existent directory does not
raise an exception.
v5.8.0
Compare Source
======
Traversable.joinpath
provides a concreteimplementation, 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.
This PR has been generated by Mend Renovate. View repository job log here.