build(deps): bump diff-cover from 10.3.0 to 10.4.1 - #21235
build(deps): bump diff-cover from 10.3.0 to 10.4.1#21235dependabot[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review the upstream diff-cover 10.3.0→10.4.1 changes against the malware checklist and scanner findings.Verdict: benign Supply-chain review of Evidence
Compatibility AnalysisI'll inspect local 1) Local usage
2) Intersection with upstream changes (10.3.0 → 10.4.1)
Existing flags we use ( 3) Risks / unknowns
4) VerdictMerge — additive, opt-in feature plus a decode fix; no required adoption changes for this repo’s CLI usage. Malware Scan Summary
Top findings
|
Coverage Report for CI Build 31415861413Coverage decreased (-0.02%) to 91.929%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions31 previously-covered lines in 6 files lost coverage.
Coverage Stats💛 - Coveralls |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
@dependabot recreate |
fe9db2f to
024a0c9
Compare
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review the upstream diff and scanner findings for supply-chain compromise indicators.Checking workflow diffs, lockfile changes, and how Chia uses this package.Verdict: benign Top evidence
Compatibility AnalysisI'll analyze how Dev-only CLI bump; no intersection with this repo’s invocation, and behavioral changes are opt-in or internal hardening. 1) Where it’s used
2) Intersection with upstream changes (10.3.0 → 10.4.1)
3) Risks / unknowns
4) Recommendationmerge — additive opt-in flag + encoding robustness; existing flags/config/ Malware Scan Summary
Top findings
|
Bumps [diff-cover](https://github.com/Bachmann1234/diff-cover) from 10.3.0 to 10.4.1. - [Release notes](https://github.com/Bachmann1234/diff-cover/releases) - [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG) - [Commits](Bachmann1234/diff_cover@v10.3.0...v10.4.1) --- updated-dependencies: - dependency-name: diff-cover dependency-version: 10.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
024a0c9 to
d0dfafd
Compare
Bumps diff-cover from 10.3.0 to 10.4.1.
Release notes
Sourced from diff-cover's releases.
Changelog
Sourced from diff-cover's changelog.
... (truncated)
Commits
8111a37Version 10.4.1291ee94Handle low confidence chardet detection for undeclared encodings (#611)147b410Bump setuptools from 80.9.0 to 83.0.0 (#609)8881685Version 10.4.0ca4effcAdd --branch-coverage flag to respect partial branch coverage (#608)b746a1bBump pylint from 4.0.5 to 4.0.6 (#607)85c493cBump ruff from 0.15.15 to 0.15.20 (#606)c61cc9cBump actions/checkout from 6 to 7 (#605)4e02daeBump actions/cache from 5 to 6 (#604)42632b3Bump black from 26.3.1 to 26.5.1 (#603)Note
Low Risk
Dev-only tooling version bump with no changes to application logic; CI diff-coverage behavior should stay the same unless new diff-cover flags are enabled.
Overview
Bumps the optional dev dependency diff-cover from 10.3.0 to 10.4.1 by raising the minimum in
pyproject.tomlto>=10.4.1and refreshingpoetry.lock(package metadata, wheel/tarball hashes, and lockcontent-hash).This only affects how CI runs diff-cover for PR diff coverage (e.g.
.diffcover.tomland the workflow that callsdiff-coveragainstcoverage.xml). Upstream 10.4.0 adds an optional--branch-coverageflag for Cobertura partial branches; 10.4.1 improves chardet handling for undeclared encodings. No blockchain or runtime code paths change unless you adopt new CLI flags in CI.Reviewed by Cursor Bugbot for commit d0dfafd. Bugbot is set up for automated code reviews on this repo. Configure here.