chore(deps-dev): bump coverage from 7.10.7 to 7.13.5#139
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps-dev): bump coverage from 7.10.7 to 7.13.5#139dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.10.7 to 7.13.5. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.7...7.13.5) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
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 coverage from 7.10.7 to 7.13.5.
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
c88da14docs: sample HTML for 7.13.5e2ac3e1build: sample HTML shouldn't include the status.json file910f8f3docs: prep for 7.13.53a4819cstyle: make workflows more uniform2a53705chore: bump the action-dependencies group across 1 directory with 4 updates (...e7c878dchore: make upgradeab4db40build: use --generate-hashes when pinninga438753chore: make upgrade7b33457refactor: some leftover pyupgrade 3.10 bits2ff968drefactor: this type wasn't used anywhereDependabot 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
Medium Risk
Low production risk since this is a dev-only dependency lockfile change, but it may break local/CI test runs on Python 3.9 because
coveragenow declarespython-versions = ">=3.10".Overview
RCA: The dev dependency lockfile had an outdated
coveragepin, leaving test tooling behind upstream fixes.The Fix: Bumps
coverageinpoetry.lockfrom7.10.7to7.13.5, updating the associated wheel metadata/hashes and reflectingcoverage's minimum Python requirement change to>=3.10.The Proof: No tests or coverage runs are included in this PR diff, so there’s no in-PR evidence that CI passes or that coverage remains strictly >80%.
Telemetry Added: None (no OTel spans or Loki logs were added in this change).
Written by Cursor Bugbot for commit b9f4144. This will update automatically on new commits. Configure here.