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

Bump importlib-resources from 6.1.1 to 6.4.3 #8806

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps importlib-resources from 6.1.1 to 6.4.3.

Changelog

Sourced from importlib-resources's changelog.

v6.4.3

Bugfixes

  • When inferring the caller in files()python/cpython#123085

v6.4.2

Bugfixes

  • Merged fix for UTF-16 BOM handling in functional tests. (#312)

v6.4.1

Bugfixes

  • python/cpython#121735

v6.4.0

Features

  • The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303)
  • python/cpython#109829

v6.3.2

Bugfixes

... (truncated)

Commits
  • d021417 Finalize
  • 0ecbc3b Merge pull request #314 from python/gh-123085/inferred-compiled
  • 79fa62f Add docstring and reference to the issue.
  • 90c0e42 Rely on resources.__name__ for easier portability.
  • d618902 Add news fragment.
  • ebc5b97 Extract the filename from the topmost frame of the stack.
  • 4ea81bf Extract a function for computing 'this filename' once.
  • cba8dce Adapt changes for new fixtures.
  • 198adec gh-121735: Fix inferring caller when resolving importlib.resources.files()
  • 21afd61 Merge changes to syncronize the 6.4 release with downstream CPython changes.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.1.1 to 6.4.3.
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
- [Commits](python/importlib_resources@v6.1.1...v6.4.3)

---
updated-dependencies:
- dependency-name: importlib-resources
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from webknjaz as a code owner August 21, 2024 10:24
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 21, 2024
@dependabot dependabot bot requested a review from asvetlov as a code owner August 21, 2024 10:24
@github-actions github-actions bot enabled auto-merge (squash) August 21, 2024 10:26
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.23%. Comparing base (17bf912) to head (a3ab2ee).
Report is 1053 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8806   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files         107      107           
  Lines       34088    34088           
  Branches     4049     4049           
=======================================
  Hits        33487    33487           
  Misses        425      425           
  Partials      176      176           
Flag Coverage Δ
CI-GHA 98.13% <ø> (ø)
OS-Linux 97.78% <ø> (ø)
OS-Windows 96.16% <ø> (ø)
OS-macOS 97.44% <ø> (ø)
Py-3.10.11 97.53% <ø> (-0.01%) ⬇️
Py-3.10.14 97.48% <ø> (ø)
Py-3.11.9 97.72% <ø> (ø)
Py-3.12.4 97.83% <ø> (ø)
Py-3.12.5 ?
Py-3.9.13 97.42% <ø> (ø)
Py-3.9.19 97.38% <ø> (ø)
Py-pypy7.3.16 96.99% <ø> (ø)
VM-macos 97.44% <ø> (ø)
VM-ubuntu 97.78% <ø> (ø)
VM-windows 96.16% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit 27af2e9 into master Aug 21, 2024
33 of 34 checks passed
@github-actions github-actions bot deleted the dependabot/pip/importlib-resources-6.4.3 branch August 21, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants