mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Update aprslib to 0.7.2 (#114365)
This commit is contained in:
parent
795cc361ee
commit
f0eca8233e
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/aprs",
|
"documentation": "https://www.home-assistant.io/integrations/aprs",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["aprslib", "geographiclib", "geopy"],
|
"loggers": ["aprslib", "geographiclib", "geopy"],
|
||||||
"requirements": ["aprslib==0.7.0", "geopy==2.3.0"]
|
"requirements": ["aprslib==0.7.2", "geopy==2.3.0"]
|
||||||
}
|
}
|
||||||
|
@ -483,8 +483,6 @@ filterwarnings = [
|
|||||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aiogithubapi.namespaces.events",
|
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aiogithubapi.namespaces.events",
|
||||||
# https://github.com/bachya/aiopurpleair/pull/200 - >=2023.10.0
|
# https://github.com/bachya/aiopurpleair/pull/200 - >=2023.10.0
|
||||||
"ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aiopurpleair.helpers.validators",
|
"ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aiopurpleair.helpers.validators",
|
||||||
# https://github.com/rossengeorgiev/aprs-python/commit/5e79c810355fc2df4348581779815f2981493e3f - >=0.7.1
|
|
||||||
"ignore:invalid escape sequence:SyntaxWarning:.*aprslib.parsing.weather",
|
|
||||||
# https://github.com/tschamm/boschshcpy/pull/39 - >=0.2.89
|
# https://github.com/tschamm/boschshcpy/pull/39 - >=0.2.89
|
||||||
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:boschshcpy.api",
|
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:boschshcpy.api",
|
||||||
# https://github.com/DataDog/datadogpy/pull/290 - >=0.23.0
|
# https://github.com/DataDog/datadogpy/pull/290 - >=0.23.0
|
||||||
|
@ -461,7 +461,7 @@ apple_weatherkit==1.1.2
|
|||||||
apprise==1.7.4
|
apprise==1.7.4
|
||||||
|
|
||||||
# homeassistant.components.aprs
|
# homeassistant.components.aprs
|
||||||
aprslib==0.7.0
|
aprslib==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.aqualogic
|
# homeassistant.components.aqualogic
|
||||||
aqualogic==2.6
|
aqualogic==2.6
|
||||||
|
@ -425,7 +425,7 @@ apple_weatherkit==1.1.2
|
|||||||
apprise==1.7.4
|
apprise==1.7.4
|
||||||
|
|
||||||
# homeassistant.components.aprs
|
# homeassistant.components.aprs
|
||||||
aprslib==0.7.0
|
aprslib==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.aranet
|
# homeassistant.components.aranet
|
||||||
aranet4==2.2.2
|
aranet4==2.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user