Update aprslib to 0.7.2 (#114365)

pull/114305/head
Marc Mueller 2024-03-28 11:28:28 +01:00 committed by GitHub
parent 795cc361ee
commit f0eca8233e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 5 deletions

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/aprs",
"iot_class": "cloud_push",
"loggers": ["aprslib", "geographiclib", "geopy"],
"requirements": ["aprslib==0.7.0", "geopy==2.3.0"]
"requirements": ["aprslib==0.7.2", "geopy==2.3.0"]
}

View File

@ -483,8 +483,6 @@ filterwarnings = [
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aiogithubapi.namespaces.events",
# https://github.com/bachya/aiopurpleair/pull/200 - >=2023.10.0
"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
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:boschshcpy.api",
# https://github.com/DataDog/datadogpy/pull/290 - >=0.23.0

View File

@ -461,7 +461,7 @@ apple_weatherkit==1.1.2
apprise==1.7.4
# homeassistant.components.aprs
aprslib==0.7.0
aprslib==0.7.2
# homeassistant.components.aqualogic
aqualogic==2.6

View File

@ -425,7 +425,7 @@ apple_weatherkit==1.1.2
apprise==1.7.4
# homeassistant.components.aprs
aprslib==0.7.0
aprslib==0.7.2
# homeassistant.components.aranet
aranet4==2.2.2