← Back to issue list

chore(deps): update dependency coverage to v7.3.1

View original Github issue

Metadata

Project
charmcraft
Number
#1250
Type
pull request
State
merged
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Merged automated dependency update for coverage from v7.2.7 to v7.3.1. The change passed CI checks and approvals before being successfully integrated into the main branch.

Suggested action:

No scores available.

Issue body

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coverage](https://togithub.com/nedbat/coveragepy) | `==7.2.7` -> `==7.3.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/coverage/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/coverage/7.2.7/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.2.7/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nedbat/coveragepy (coverage)</summary> ### [`v7.3.1`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-731--2023-09-06) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/7.3.0...7.3.1) - The semantics of stars in file patterns has been clarified in the docs. A leading or trailing star matches any number of path components, like a double star would. This is different than the behavior of a star in the middle of a pattern. This discrepancy was `identified by Sviatoslav Sydorenko <starbad_>`*, who `provided patient detailed diagnosis <pull 1650_>`* and graciously agreed to a pragmatic resolution. - The API docs were missing from the last version. They are now `restored <apidocs_>`\_. .. \_apidocs: https://coverage.readthedocs.io/en/latest/api_coverage.html .. \_starbad[https://github.com/nedbat/coveragepy/issues/1407#issuecomment-1631085209](https://togithub.com/nedbat/coveragepy/issues/1407#issuecomment-1631085209)09 .. \_pull 165[https://github.com/nedbat/coveragepy/pull/1650](https://togithub.com/nedbat/coveragepy/pull/1650)650 .. \_changes\_7-3-0: ### [`v7.3.0`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-730--2023-08-12) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/7.2.7...7.3.0) - Added a :meth:`.Coverage.collect` context manager to start and stop coverage data collection. - Dropped support for Python 3.7. - Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode. Coverage.py would fail with the error `Safety level may not be changed inside a transaction.` This is now avoided, closing `issue 1646`\_. Thanks to Michael Bell for the detailed bug report. - Docs: examples of configuration files now include separate examples for the different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini. - Fix: added `nosemgrep` comments to our JavaScript code so that semgrep-based SAST security checks won't raise false alarms about security problems that aren't problems. - Added a CITATION.cff file, thanks to `Ken Schackart <pull 1641_>`\_. .. \_pull 1641:[https://github.com/nedbat/coveragepy/pull/1641](https://togithub.com/nedbat/coveragepy/pull/1641)1 .. \_issue 1646[https://github.com/nedbat/coveragepy/issues/1646](https://togithub.com/nedbat/coveragepy/issues/1646)46 .. \_changes\_7-2-7: </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "before 07:00" in timezone Etc/UTC. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/charmcraft). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged automated dependency update for coverage from v7.2.7 to v7.3.1. The change passed CI checks and approvals before being successfully integrated into the main branch.
qwen3.6-35b-a3b-mtp-q6 Automated dependency update for coverage from v7.2.7 to v7.3.1 was successfully merged. Generated by Renovate, the change was applied without conflicts or additional modifications.
qwen3.6-35b-a3b-mtp-q6 Automated dependency update merging coverage v7.2.7 to v7.3.1. The pull request passed validation and was successfully merged into the repository.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#64 chore(deps): update dependency coverage to v7.2.5 starbase merged Merged an automated dependency update for the coverage package from v7.2.2 to v7.2.5. Approved by a reviewer, passed CI checks, and automatically merged.
96%
#42 chore(deps): update dependency coverage to v7.2.1 starbase merged Merged automated dependency update upgrading coverage from v7.1.0 to v7.2.1. Approved by a reviewer, passed CI checks, and successfully integrated.
95%
#1039 chore(deps): update dependency coverage to v7.2.2 charmcraft merged Merged dependency update for coverage from v7.1.0 to v7.2.2. Approved by one reviewer, passed CI checks, and successfully integrated into the codebase.
95%
#977 chore(deps): update dependency coverage to v7 charmcraft merged Automated dependency update to coverage v7 was approved after local testing and successfully merged into the codebase.
95%
#1006 chore(deps): update dependency coverage to v7.1.0 charmcraft merged Updated the coverage dependency from 7.0.5 to 7.1.0. The automated pull request was approved, passed CI checks, and has been successfully merged.
94%
#27 chore(deps): update dependency coverage to v7.2.0 craft-archives merged Dependency update for coverage from v7.1.0 to v7.2.0 was approved, passed CI, and successfully merged. Codecov reported no coverage impact.
94%
#157 chore(deps): update dependency dev/coverage to v7.4.1 craft-store merged Dependency dev/coverage updated from v7.4.0 to v7.4.1. The change was merged after passing CI checks and receiving two approvals. The update adds Python 3.13.0a3 support and fixes a JSON report format version issue.
89%
#384 build(deps): update dependency coverage to v7.10.6 craft-cli merged Merged automated dependency update for coverage from v7.6.1 to v7.10.6. The pull request passed all CI checks, received two approvals, and was successfully merged into the main branch.
84%
#329 build(deps): update dependency coverage to v7.12.0 (main) craft-store merged Merged an automated dependency update upgrading coverage from v7.10.7 to v7.12.0. Approved by two reviewers and passing CI, the change was successfully integrated into the main branch.
83%
#265 chore(deps): update development dependencies (non-major) craft-application merged Merged automated dependency updates via Renovate. Updated coverage to 7.4.3, pytest to 8.1.1, and types/mypy to 1.9.0. The PR passed CI checks, received three approvals, and was auto-merged.
83%