chore(deps): update dev dependencies (minor) #115

Merged
BjoernPetersen merged 1 commit from renovate/dev-dependencies into main 2026-07-13 08:28:32 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
coverage ==7.14.3==7.15.0 age confidence
mypy (changelog) ==2.1.0==2.2.0 age confidence

Release Notes

coveragepy/coveragepy (coverage)

v7.15.0

Compare Source

  • 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: #​2103
.. _issue 2198: #​2198
.. _issue 2205: #​2205
.. _pull 2206: #​2206
.. _issue 2208: #​2208
.. _pull 2209: #​2209
.. _pull 2211: #​2211

.. _changes_7-14-3:

python/mypy (mypy)

v2.2.0

Compare Source


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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [coverage](https://github.com/coveragepy/coveragepy) | `==7.14.3` → `==7.15.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.15.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.14.3/7.15.0?slim=true) | | [mypy](https://github.com/python/mypy) ([changelog](https://mypy.readthedocs.io/en/latest/changelog.html)) | `==2.1.0` → `==2.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/2.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/2.1.0/2.2.0?slim=true) | --- ### Release Notes <details> <summary>coveragepy/coveragepy (coverage)</summary> ### [`v7.15.0`](https://github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7150--2026-07-02) [Compare Source](https://github.com/coveragepy/coveragepy/compare/7.14.3...7.15.0) - 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: [#&#8203;2103](https://github.com/coveragepy/coveragepy/issues/2103) .. \_issue 2198: [#&#8203;2198](https://github.com/coveragepy/coveragepy/issues/2198) .. \_issue 2205: [#&#8203;2205](https://github.com/coveragepy/coveragepy/issues/2205) .. \_pull 2206: [#&#8203;2206](https://github.com/coveragepy/coveragepy/pull/2206) .. \_issue 2208: [#&#8203;2208](https://github.com/coveragepy/coveragepy/issues/2208) .. \_pull 2209: [#&#8203;2209](https://github.com/coveragepy/coveragepy/pull/2209) .. \_pull 2211: [#&#8203;2211](https://github.com/coveragepy/coveragepy/pull/2211) .. \_changes\_7-14-3: </details> <details> <summary>python/mypy (mypy)</summary> ### [`v2.2.0`](https://github.com/python/mypy/compare/v2.1.0...v2.2.0) [Compare Source](https://github.com/python/mypy/compare/v2.1.0...v2.2.0) </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 becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency coverage to v7.15.0
All checks were successful
ci/woodpecker/pr/check-commits Pipeline was successful
ci/woodpecker/pr/checks Pipeline was successful
bb532af121
renovate force-pushed renovate/dev-dependencies from bb532af121
All checks were successful
ci/woodpecker/pr/check-commits Pipeline was successful
ci/woodpecker/pr/checks Pipeline was successful
to bcc48c3f4d
All checks were successful
ci/woodpecker/pr/check-commits Pipeline was successful
ci/woodpecker/pr/checks Pipeline was successful
2026-07-10 07:14:59 +00:00
Compare
renovate changed title from chore(deps): update dependency coverage to v7.15.0 to chore(deps): update dev dependencies (minor) 2026-07-10 07:15:02 +00:00
BjoernPetersen deleted branch renovate/dev-dependencies 2026-07-13 08:28:34 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BjoernPetersen/bs-config!115
No description provided.