asosnovsky / Shortumation

[Not Maintained] A better way to write automations in home-assistant without having to install and run a seperate automation engine!
MIT License
300 stars 7 forks source link

Update dependency coverage to v6.4.2 #106

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage ==6.4.1 -> ==6.4.2 age adoption passing confidence

Release Notes

nedbat/coveragepy ### [`v6.4.2`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-642--2022-07-12) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/6.4.1...6.4.2) - Updated for a small change in Python 3.11.0 beta 4: modules now start with a line with line number 0, which is ignored. This line cannnot be executed, so coverage totals were thrown off. This line is now ignored by coverage.py, but this also means that truly empty modules (like `__init__.py`) have no lines in them, rather than one phantom line. Fixes `issue 1419`\_. - Internal debugging data added to sys.modules is now an actual module, to avoid confusing code that examines everything in sys.modules. Thanks, Yilei Yang (`pull 1399`\_). .. \_pull 1399:[https://github.com/nedbat/coveragepy/pull/1399](https://togithub.com/nedbat/coveragepy/pull/1399)9 .. \_issue 1419[https://github.com/nedbat/coveragepy/issues/1419](https://togithub.com/nedbat/coveragepy/issues/1419)19 .. \_changes\_6-4-1:

Configuration

📅 Schedule: Branch creation - "every month" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.