Bump importlib-resources from 6.5.2 to 7.1.0 in /community/front-end/ofe#5588
Merged
aslam-quad merged 1 commit intoMay 4, 2026
Conversation
Contributor
|
/gcbrun |
Neelabh94
previously approved these changes
May 4, 2026
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.5.2 to 7.1.0. - [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.5.2...v7.1.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
be6e8ce to
d8fd464
Compare
Contributor
|
/gcbrun |
Neelabh94
approved these changes
May 4, 2026
parulbajaj01
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps importlib-resources from 6.5.2 to 7.1.0.
Changelog
Sourced from importlib-resources's changelog.
Commits
78c697dFinalize5a2bffcA better error message from importlib.resources.files() when module spec is Noned80822aAdd news fragment.6e2183fRevise the test for clarity and traceability.ee94f7cMerge branch 'main' into error-message-none-spec-modulea542188Extract method to encapsulate the validation.74f308aRevert unrelated change towrap_spec.c6773a1Prefer bare asserts. They read better and they render nicer under pytest.935b189Replace UTF-16 BOM handling with a more direct helper.4049971Finalize