1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-18 07:56:03 +01:00

Warn about *.pth files in dependencies (#166411)

This commit is contained in:
Marc Mueller
2026-03-25 07:18:47 +01:00
committed by GitHub
parent b6508c2ca4
commit 193f519366
4 changed files with 89 additions and 7 deletions

View File

@@ -235,3 +235,12 @@ auth0-python<5.0
# Setuptools >=82.0.0 doesn't contain pkg_resources anymore
setuptools<82.0.0
# Pin dependencies with '.pth' files to exact versions, only update manually!
# https://github.com/Azure/azure-kusto-python/ -> '.pth' files removed with >=5.0.5
# https://github.com/xolox/python-coloredlogs -> unmaintained
# https://github.com/pypa/setuptools
azure-kusto-data==4.5.1
azure-kusto-ingest==4.5.1
coloredlogs==15.0.1
setuptools==81.0.0