mirror of
https://github.com/home-assistant/core.git
synced 2026-04-21 01:45:47 +00:00
Update coverage to 7.13.5 (#168238)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
-c homeassistant/package_constraints.txt
|
||||
-r requirements_test_pre_commit.txt
|
||||
astroid==4.0.4
|
||||
coverage==7.10.6
|
||||
coverage==7.13.5
|
||||
freezegun==1.5.5
|
||||
# librt is an internal mypy dependency
|
||||
librt==0.8.1
|
||||
|
||||
@@ -252,6 +252,12 @@ FORBIDDEN_PACKAGE_FILES_EXCEPTIONS = {
|
||||
"coinbase": {"homeassistant": {"coinbase-advanced-py"}},
|
||||
# https://github.com/u9n/dlms-cosem
|
||||
"dsmr": {"dsmr-parser": {"dlms-cosem"}},
|
||||
# https://github.com/tkdrob/pyefergy
|
||||
# pyefergy declares codecov as a runtime dependency, which pulls in
|
||||
# coverage; coverage ships an 'a1_coverage.pth' file starting from
|
||||
# 7.13.x. Upstream fix pending in
|
||||
# https://github.com/tkdrob/pyefergy/pull/47
|
||||
"efergy": {"codecov": {"coverage"}},
|
||||
# https://github.com/ChrisMandich/PyFlume # Fixed with >=0.7.1
|
||||
"fitbit": {
|
||||
# Setuptools - distutils-precedence.pth
|
||||
|
||||
Reference in New Issue
Block a user