Skip to content

Bump coverage from 7.14.1 to 7.15.0 - #121

Merged
fbradyirl merged 1 commit into
mainfrom
dependabot/pip/coverage-7.15.0
Jul 4, 2026
Merged

Bump coverage from 7.14.1 to 7.15.0#121
fbradyirl merged 1 commit into
mainfrom
dependabot/pip/coverage-7.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Bumps coverage from 7.14.1 to 7.15.0.

Changelog

Sourced from coverage's changelog.

Version 7.15.0 — 2026-07-02

  • Since 7.14.0, reporting commands implicitly combine parallel data files. Now those commands have a new option --keep-combined to retain the data files after combining them instead of the default, which is to delete them. Finishes issue 2198_.

  • Fix: the LCOV report would incorrectly count excluded functions as uncovered, as described in issue 2205. This is now fixed thanks to Martin Kuntz Jacobsen <pull 2206_>.

  • When running your program, coverage now correctly sets yourmodule.__spec__.loader as strongly recommended <--loader--_>, avoiding the deprecation warning described in issue 2208. Thanks, A5rocks <pull 2209_>_.

  • Fix: with Python 3.10, running with the -I (isolated mode) option didn't correctly omit the current directory from the module search path, as described in issue 2103. That is now fixed thanks to Ilia Sorokin <pull 2211_>.

.. --loader--: https://docs.python.org/3/reference/datamodel.html#module.__loader_ .. _issue 2103: coveragepy/coveragepy#2103 .. _issue 2198: coveragepy/coveragepy#2198 .. _issue 2205: coveragepy/coveragepy#2205 .. _pull 2206: coveragepy/coveragepy#2206 .. _issue 2208: coveragepy/coveragepy#2208 .. _pull 2209: coveragepy/coveragepy#2209 .. _pull 2211: coveragepy/coveragepy#2211

.. _changes_7-14-3:

Version 7.14.3 — 2026-06-22

  • Fix: the default ... exclusion rule now also matches function bodies whose closing return-type bracket is on its own line (for example, after a long -> dict[ ... ] annotation that a formatter has split over multiple lines). Closes issue 2185, thanks Mengjia Shang <pull 2196_>.

  • Fix: On 3.13t, we incorrectly issued Couldn't import C tracer errors. We can't import the C tracer because in 7.14.2 we stopped shipping compiled wheels for 3.13t. Thanks, Hugo van Kemenade <pull 2203_>_.

.. _issue 2185: coveragepy/coveragepy#2185 .. _pull 2196: coveragepy/coveragepy#2196 .. _pull 2203: coveragepy/coveragepy#2203

... (truncated)

Commits
  • c8c8020 docs: sample HTML for 7.15.0
  • ae19db1 docs: prep for 7.15.0
  • 17b45a1 docs: --keep-combined in the man page
  • 6f9fa1e fix: preserve isolated sys.path on Python 3.10 (#2211)
  • 787af5f chore: bump actions/checkout in the action-dependencies group (#2210)
  • 1ed3998 fix: start attaching the loader on __spec__ #2208 (#2209)
  • 1ab1122 docs: remove stray comma
  • f24a91f feat: --keep-combined for reporting commands. #2198
  • 5e70751 test: canonicalize mock calls in test_cmdline to reduce diff noise
  • 65979cc fix: skip excluded functions in LCOV function totals (#2206)
  • Additional commits viewable in compare view

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

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 4, 2026
@fbradyirl
fbradyirl merged commit abc5894 into main Jul 4, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/coverage-7.15.0 branch July 4, 2026 07:42
luketainton pushed a commit to luketainton/repos_webexmemebot that referenced this pull request Jul 14, 2026
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [webex-bot](https://github.com/fbradyirl/webex_bot) | `<1.2.9,>=1.2.8` → `<1.3.1,>=1.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/webex-bot/1.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/webex-bot/1.2.8/1.3.0?slim=true) |

---

### Release Notes

<details>
<summary>fbradyirl/webex_bot (webex-bot)</summary>

### [`v1.3.0`](https://github.com/fbradyirl/webex_bot/releases/tag/v1.3.0)

[Compare Source](fbradyirl/webex_bot@v1.2.8...v1.3.0)

#### 📦 Uncategorized

- Bump tox from 4.49.0 to 4.49.1
  - PR: [#&#8203;100](fbradyirl/webex_bot#100)
- Bump tox from 4.49.1 to 4.50.3
  - PR: [#&#8203;101](fbradyirl/webex_bot#101)
- Bump tox from 4.50.3 to 4.51.0
  - PR: [#&#8203;104](fbradyirl/webex_bot#104)
- Bump pytest-cov from 7.0.0 to 7.1.0
  - PR: [#&#8203;103](fbradyirl/webex_bot#103)
- Bump tox from 4.51.0 to 4.52.0
  - PR: [#&#8203;105](fbradyirl/webex_bot#105)
- Bump tox from 4.52.0 to 4.52.1
  - PR: [#&#8203;106](fbradyirl/webex_bot#106)
- Bump pytest from 9.0.2 to 9.0.3
  - PR: [#&#8203;107](fbradyirl/webex_bot#107)
- Bump tox from 4.52.1 to 4.53.0
  - PR: [#&#8203;109](fbradyirl/webex_bot#109)
- Bump webexpythonsdk from 2.0.5 to 2.0.6
  - PR: [#&#8203;108](fbradyirl/webex_bot#108)
- Bump wheel from 0.46.3 to 0.47.0
  - PR: [#&#8203;110](fbradyirl/webex_bot#110)
- Bump tox from 4.53.0 to 4.53.1
  - PR: [#&#8203;111](fbradyirl/webex_bot#111)
- Bump tox from 4.53.1 to 4.54.0
  - PR: [#&#8203;113](fbradyirl/webex_bot#113)
- Bump coverage from 7.13.4 to 7.14.0
  - PR: [#&#8203;114](fbradyirl/webex_bot#114)
- Bump tox from 4.54.0 to 4.55.0
  - PR: [#&#8203;116](fbradyirl/webex_bot#116)
- Bump coverage from 7.14.0 to 7.14.1
  - PR: [#&#8203;115](fbradyirl/webex_bot#115)
- Bump tox from 4.55.0 to 4.55.1
  - PR: [#&#8203;117](fbradyirl/webex_bot#117)
- Add header for connection behind proxy
  - PR: [#&#8203;112](fbradyirl/webex_bot#112)
- Bump pytest from 9.0.3 to 9.1.1
  - PR: [#&#8203;118](fbradyirl/webex_bot#118)
- Bump coverage from 7.14.1 to 7.15.0
  - PR: [#&#8203;121](fbradyirl/webex_bot#121)
- Bump websockets from 16 to 16.1
  - PR: [#&#8203;122](fbradyirl/webex_bot#122)
- Bump tox from 4.55.1 to 4.56.4
  - PR: [#&#8203;123](fbradyirl/webex_bot#123)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: https://git.tainton.uk/repos/webexmemebot/pulls/599
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
luketainton pushed a commit to luketainton/repos_roboluke that referenced this pull request Jul 14, 2026
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [webex-bot](https://github.com/fbradyirl/webex_bot) | `<1.2.9,>=1.2.8` → `<1.3.1,>=1.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/webex-bot/1.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/webex-bot/1.2.8/1.3.0?slim=true) |

---

### Release Notes

<details>
<summary>fbradyirl/webex_bot (webex-bot)</summary>

### [`v1.3.0`](https://github.com/fbradyirl/webex_bot/releases/tag/v1.3.0)

[Compare Source](fbradyirl/webex_bot@v1.2.8...v1.3.0)

#### 📦 Uncategorized

- Bump tox from 4.49.0 to 4.49.1
  - PR: [#&#8203;100](fbradyirl/webex_bot#100)
- Bump tox from 4.49.1 to 4.50.3
  - PR: [#&#8203;101](fbradyirl/webex_bot#101)
- Bump tox from 4.50.3 to 4.51.0
  - PR: [#&#8203;104](fbradyirl/webex_bot#104)
- Bump pytest-cov from 7.0.0 to 7.1.0
  - PR: [#&#8203;103](fbradyirl/webex_bot#103)
- Bump tox from 4.51.0 to 4.52.0
  - PR: [#&#8203;105](fbradyirl/webex_bot#105)
- Bump tox from 4.52.0 to 4.52.1
  - PR: [#&#8203;106](fbradyirl/webex_bot#106)
- Bump pytest from 9.0.2 to 9.0.3
  - PR: [#&#8203;107](fbradyirl/webex_bot#107)
- Bump tox from 4.52.1 to 4.53.0
  - PR: [#&#8203;109](fbradyirl/webex_bot#109)
- Bump webexpythonsdk from 2.0.5 to 2.0.6
  - PR: [#&#8203;108](fbradyirl/webex_bot#108)
- Bump wheel from 0.46.3 to 0.47.0
  - PR: [#&#8203;110](fbradyirl/webex_bot#110)
- Bump tox from 4.53.0 to 4.53.1
  - PR: [#&#8203;111](fbradyirl/webex_bot#111)
- Bump tox from 4.53.1 to 4.54.0
  - PR: [#&#8203;113](fbradyirl/webex_bot#113)
- Bump coverage from 7.13.4 to 7.14.0
  - PR: [#&#8203;114](fbradyirl/webex_bot#114)
- Bump tox from 4.54.0 to 4.55.0
  - PR: [#&#8203;116](fbradyirl/webex_bot#116)
- Bump coverage from 7.14.0 to 7.14.1
  - PR: [#&#8203;115](fbradyirl/webex_bot#115)
- Bump tox from 4.55.0 to 4.55.1
  - PR: [#&#8203;117](fbradyirl/webex_bot#117)
- Add header for connection behind proxy
  - PR: [#&#8203;112](fbradyirl/webex_bot#112)
- Bump pytest from 9.0.3 to 9.1.1
  - PR: [#&#8203;118](fbradyirl/webex_bot#118)
- Bump coverage from 7.14.1 to 7.15.0
  - PR: [#&#8203;121](fbradyirl/webex_bot#121)
- Bump websockets from 16 to 16.1
  - PR: [#&#8203;122](fbradyirl/webex_bot#122)
- Bump tox from 4.55.1 to 4.56.4
  - PR: [#&#8203;123](fbradyirl/webex_bot#123)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: https://git.tainton.uk/repos/roboluke/pulls/464
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
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.

1 participant