Update pyatmo to 9.2.1 (#146077)

This commit is contained in:
Marc Mueller
2025-06-02 23:47:50 +02:00
committed by GitHub
parent 19c71f0f49
commit 8f75cc6a33
4 changed files with 3 additions and 7 deletions

View File

@ -330,10 +330,6 @@ PYTHON_VERSION_CHECK_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.0.0
"homeassistant": {"eq3btsmart"}
},
"netatmo": {
# https://github.com/jabesq-org/pyatmo/pull/533 (not yet released)
"homeassistant": {"pyatmo"}
},
"python_script": {
# Security audits are needed for each Python version
"homeassistant": {"restrictedpython"}