dstrigl / htheatpump

Easy-to-use Python communication module for Heliotherm heat pumps.
Other
20 stars 7 forks source link

Update coverage to 7.4.2 #584

Closed pyup-bot closed 7 months ago

pyup-bot commented 7 months ago

This PR updates coverage from 7.4.1 to 7.4.2.

Changelog ### 7.4.2 ``` - Fix: setting `COVERAGE_CORE=sysmon` no longer errors on 3.11 and lower, thanks [Hugo van Kemenade](https://github.com/nedbat/coveragepy/pull/1747). It now issues a warning that sys.monitoring is not available and falls back to the default core instead. :arrow_right:  PyPI page: [coverage 7.4.2](https://pypi.org/project/coverage/7.4.2). :arrow_right:  To install: `python3 -m pip install coverage==7.4.2` ```
Links - PyPI: https://pypi.org/project/coverage - Changelog: https://data.safetycli.com/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepy