build(deps): bump importlib-resources from 6.5.2 to 7.1.0#20827
build(deps): bump importlib-resources from 6.5.2 to 7.1.0#20827dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewVerifying how the dependency is declared and locked in the repo for the review. Verdict: benign Checklist (concise)
Actionable (compatibility, not malware): After merge, run tests on your minimum supported Python; if anything still called Compatibility AnalysisSearching the codebase for 1) Where it’s usedDeclared: Runtime / tests (direct API use):
Elsewhere, 2) Overlap with v7 changes
3) Risks / unknowns
4) RecommendationMerge — usage matches the current Malware Scan Summary
Top findings
|
Coverage Report for CI Build 24744861593Coverage decreased (-0.009%) to 91.168%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions30 previously-covered lines in 8 files lost coverage.
Coverage Stats💛 - Coveralls |
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.4049971FinalizeDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk dependency bump with no application code changes; main risk is runtime/test behavior differences from the updated library version.
Overview
Updates the
importlib-resourcesdependency from6.5.2to7.1.0by raising the constraint inpyproject.tomland refreshingpoetry.lock(including updated package metadata/extras and lockfile hash).Reviewed by Cursor Bugbot for commit a55532f. Bugbot is set up for automated code reviews on this repo. Configure here.