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

@ -12,5 +12,5 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pyatmo"],
"requirements": ["pyatmo==9.2.0"]
"requirements": ["pyatmo==9.2.1"]
}

2
requirements_all.txt generated
View File

@ -1841,7 +1841,7 @@ pyasuswrt==0.1.21
pyatag==0.3.5.3
# homeassistant.components.netatmo
pyatmo==9.2.0
pyatmo==9.2.1
# homeassistant.components.apple_tv
pyatv==0.16.0

View File

@ -1540,7 +1540,7 @@ pyasuswrt==0.1.21
pyatag==0.3.5.3
# homeassistant.components.netatmo
pyatmo==9.2.0
pyatmo==9.2.1
# homeassistant.components.apple_tv
pyatv==0.16.0

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"}