Skip to content

Bump coverage from 7.15.1 to 7.15.2 - #209

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/coverage-7.15.2
Aug 7, 2026
Merged

Bump coverage from 7.15.1 to 7.15.2#209
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/coverage-7.15.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps coverage from 7.15.1 to 7.15.2.

Release notes

Sourced from coverage's releases.

7.15.2

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229.

➡️  PyPI page: coverage 7.15.2. :arrow_right:  To install: python3 -m pip install coverage==7.15.2

Changelog

Sourced from coverage's changelog.

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229_.

.. _issue 2229: coveragepy/coveragepy#2229

.. _changes_7-15-1:

Commits

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 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 [coverage](https://github.com/coveragepy/coveragepy) from 7.15.1 to 7.15.2.
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.15.1...7.15.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from a team as a code owner August 7, 2026 17:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 7, 2026

@senzingdevops senzingdevops left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions
github-actions Bot enabled auto-merge (squash) August 7, 2026 17:45
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Scope: This PR is a single dependency version bump — coverage from 7.15.17.15.2 for python_version > '3.11', applied consistently in both the development and test optional-dependency groups of pyproject.toml.

Code Quality

  • ✅ Follows existing style conventions — matches the existing pinned-version format ("coverage==X.Y.Z; python_version > '3.11'") used throughout the file.
  • ✅ No commented-out code.
  • ✅ N/A — no new variables/functions introduced.
  • ✅ DRY — the version bump is applied identically in both development (pyproject.toml:37) and test (pyproject.toml:67) groups, keeping the two dependency sets consistent with each other.
  • ✅ No defects — this is a patch-level bump of a well-known testing/coverage tool. No logic changes, no new code paths, no crash/race/memory-leak/security risk introduced.
  • ✅ No .claude/CLAUDE.md changes in this diff, so nothing to flag there.

Testing

  • ✅ N/A — no new functions or endpoints; this is a dependency version bump only, not a code change requiring new tests.
  • ⚠️ Not verified in this review: whether CI passes with coverage==7.15.2 (no incompatibilities expected for a patch release, but worth confirming the pipeline actually ran green before merge).

Documentation

  • ✅ N/A — no README, API docs, or inline comments needed for a routine dependency bump.
  • ⚠️ CHANGELOG.md is not updated. If this repo's convention is to log dependency bumps in CHANGELOG.md, this should be added; if (as is typical for automated Dependabot-style bumps) the repo doesn't track these individually, this is fine. Worth confirming which convention applies here.

Security

  • ✅ No hardcoded credentials.
  • ✅ N/A — no input validation surface changed.
  • ✅ N/A — no error handling changed.
  • ✅ No sensitive data/logs touched.
  • ✅ No .lic files or AQAAAD-prefixed strings present in this diff.

Summary

Low-risk, well-scoped dependency patch bump with consistent application across both dependent sections. No blocking issues found. Only open question is whether CHANGELOG.md tracking applies to routine dependency bumps in this repo's conventions — non-blocking.

Automated code review analyzing defects and coding standards

@github-actions
github-actions Bot merged commit 7142ea2 into main Aug 7, 2026
58 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/coverage-7.15.2 branch August 7, 2026 17:54
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants