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

fix(deps): update dependency importlib-resources to v5.12.0 #527

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

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

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.

v5.7.1

Compare Source

======

  • #​249: In simple.ResourceContainer.joinpath, honor
    names split by posixpath.sep.

v5.7.0

Compare Source

======

  • #​248: abc.Traversable.joinpath now allows for multiple
    arguments and specifies that posixpath.sep is allowed
    in any argument to accept multiple arguments, matching the
    behavior found in zipfile.Path and pathlib.Path.

    simple.ResourceContainer now honors this behavior.

v5.6.0

Compare Source

======

  • #​244: Add type declarations in ABCs.

Configuration

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

🚦 Automerge: Enabled.

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.

@coveralls
Copy link

coveralls commented Mar 24, 2023

Pull Request Test Coverage Report for Build 4509015393

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.599%

Totals Coverage Status
Change from base Build 4508931347: 0.0%
Covered Lines: 2016
Relevant Lines: 2069

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/importlib-resources-5.x-lockfile branch 5 times, most recently from ffa3fbf to 71f59f9 Compare March 24, 2023 07:47
@renovate renovate bot force-pushed the renovate/importlib-resources-5.x-lockfile branch from 71f59f9 to 4222ab0 Compare March 24, 2023 08:00
@github-actions
Copy link

Expected release notes (by @renovate[bot])

features:
add MegaLinter plugin (#476) (212a36a)

fixes:
document.add does not work on Linux (#487) (07048bb)
further improve file path handling (#479) (6cff555)
actually show chosen styles in log output (#477) (9a685ac)
pass in token to fetch GH default branch (#475) (46ea598)

others (will not be included in Semantic-Release notes):
update dependency importlib-resources to v5.12.0 (4222ab0)
fix release notes preview (3fca5a3)
update dependency requests-cache to v0.9.8 (#518) (2135344)
set Renovate branch and PR limits (#530) (a7c8859)
update dependency testfixtures to v6.18.5 (311a5ca)
update dependency strenum to v0.4.10 (4aed308)
update dependency pudb to v2022.1.3 (ebc6110)
update dependency icecream to v2.1.3 (f63ca33)
bump certifi from 2021.10.8 to 2022.12.7 (#512) (d7506bd)
dbc5eca [pre-commit.ci] pre-commit autoupdate (#510)
f0f5b87 [pre-commit.ci] pre-commit autoupdate
559e280 [pre-commit.ci] pre-commit autoupdate
7f7059a [pre-commit.ci] pre-commit autoupdate
use slashes instead of dots (7d4d0ef)
pin requests-cache (bd82efe)
remove stages from hooks (63703c7)
50765ab [pre-commit.ci] pre-commit autoupdate
af3592b [pre-commit.ci] pre-commit autoupdate (#503)
update tox-poetry-installer (75c2d97)
a85b52c [pre-commit.ci] pre-commit autoupdate
pre-commit.ci autoupdate (#497) (b837db3)
update actions/setup-python action to v4 (#493) (dacfe6a)
upgrade Poetry, pylint and pre-commit hooks (#494) (fe0215b)
2c6bcd9 [pre-commit.ci] pre-commit autoupdate (#478)

  • I hereby acknowledge these release notes are 🥙 AWESOME 🥙

@renovate renovate bot merged commit 68aae5c into develop Mar 24, 2023
@renovate renovate bot deleted the renovate/importlib-resources-5.x-lockfile branch March 24, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant