Skip to content

Bump pytest-cov from 7.0.0 to 7.1.0#155

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-cov-7.1.0
Open

Bump pytest-cov from 7.0.0 to 7.1.0#155
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-cov-7.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps pytest-cov from 7.0.0 to 7.1.0.

Changelog

Sourced from pytest-cov's changelog.

7.1.0 (2026-03-21)

  • Fixed total coverage computation to always be consistent, regardless of reporting settings. Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on reporting options. See [#641](https://github.com/pytest-dev/pytest-cov/issues/641) <https://github.com/pytest-dev/pytest-cov/issues/641>_.

  • Improve handling of ResourceWarning from sqlite3.

    The plugin adds warning filter for sqlite3 ResourceWarning unclosed database (since 6.2.0). It checks if there is already existing plugin for this message by comparing filter regular expression. When filter is specified on command line the message is escaped and does not match an expected message. A check for an escaped regular expression is added to handle this case.

    With this fix one can suppress ResourceWarning from sqlite3 from command line::

    pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...

  • Various improvements to documentation. Contributed by Art Pelling in [#718](https://github.com/pytest-dev/pytest-cov/issues/718) <https://github.com/pytest-dev/pytest-cov/pull/718>_ and "vivodi" in [#738](https://github.com/pytest-dev/pytest-cov/issues/738) <https://github.com/pytest-dev/pytest-cov/pull/738>. Also closed [#736](https://github.com/pytest-dev/pytest-cov/issues/736) <https://github.com/pytest-dev/pytest-cov/issues/736>.

  • Fixed some assertions in tests. Contributed by in Markéta Machová in [#722](https://github.com/pytest-dev/pytest-cov/issues/722) <https://github.com/pytest-dev/pytest-cov/pull/722>_.

  • Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).

Commits
  • 66c8a52 Bump version: 7.0.0 → 7.1.0
  • f707662 Make the examples use pypy 3.11.
  • 6049a78 Make context test use the old ctracer (seems the new sysmon tracer behaves di...
  • 8ebf20b Update changelog.
  • 861d30e Remove the backup context manager - shouldn't be needed since coverage 5.0, ...
  • fd4c956 Pass the precision on the nulled total (seems that there's some caching goion...
  • 78c9c4e Only run the 3.9 on older deps.
  • 4849a92 Punctuation.
  • 197c35e Update changelog and hopefully I don't forget to publish release again :))
  • 14dc1c9 Update examples to use 3.11 and make the adhoc layout example look a bit more...
  • Additional commits viewable in compare view

@dependabot dependabot Bot requested a review from a team as a code owner May 21, 2026 18:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 21, 2026
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Change: Bumps pytest-cov from 7.0.0 to 7.1.0 in pyproject.toml


Code Quality

  • Style guide — Single dependency version bump, no style concerns.
  • No commented-out code — Not applicable.
  • Meaningful variable names — Not applicable.
  • DRY principle — Not applicable.
  • Defects — No logic errors; this is a straightforward version pin update.
  • CLAUDE.md — No environment-specific content introduced.

Testing

  • Unit/integration tests — No new functions or endpoints; not applicable.
  • Edge cases — Not applicable.
  • Test coverage — This is a dev dependency update for the coverage tool itself; no coverage regression expected.

Documentation

  • README — No update needed for a patch/minor dev dependency bump.
  • API docs — Not applicable.
  • Inline comments — Not applicable.
  • CHANGELOG.md — Dependency bumps of this nature (automated/bot-driven) typically don't require changelog entries; acceptable.
  • Markdown formatting — No markdown changes.

Security

  • No hardcoded credentials — Not applicable.
  • Input validation — Not applicable.
  • Error handling — Not applicable.
  • No sensitive data in logs — Not applicable.
  • No license files (.lic) — None present.

Summary

This is a clean, low-risk automated dependency bump (pytest-cov 7.0.0 → 7.1.0). No issues found. Approved.

Automated code review analyzing defects and coding standards

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pytest-cov-7.1.0 branch from c74492f to 70d49b0 Compare May 21, 2026 19:02
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

Code Review

Summary: Single dependency version bump — pytest-cov from 7.0.0 to 7.1.0 in pyproject.toml.


Code Quality

  • Style guide — No code style concerns; single line change in a config file.
  • No commented-out code — N/A.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects — No bugs, logic errors, or security issues introduced.
  • CLAUDE.md — No issues; config file is general and environment-agnostic.

Testing

  • Unit/integration tests — No new logic; dependency bump only.
  • Edge cases / coverage — N/A for a version bump.

Documentation

  • README — No update needed.
  • API docs — N/A.
  • Inline comments — N/A.
  • CHANGELOG.md — Not updated, but acceptable for a routine dev-dependency bump.
  • Markdown formatting — N/A.

Security

  • No hardcoded credentials — N/A.
  • Input validation — N/A.
  • Error handling — N/A.
  • Sensitive data in logs — N/A.
  • License files — None present.

Verdict: Approve. Routine patch bump of a development-only dependency (pytest-cov). No functional code changed, no risk surface added.

Automated code review analyzing defects and coding standards

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