Update aiogithubapi to 23.11.0 (#114362)

This commit is contained in:
Marc Mueller 2024-03-28 12:41:08 +01:00 committed by GitHub
parent 22b14d83e8
commit 62816e2041
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 5 deletions

View file

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/github",
"iot_class": "cloud_polling",
"loggers": ["aiogithubapi"],
"requirements": ["aiogithubapi==22.10.1"]
"requirements": ["aiogithubapi==23.11.0"]
}

View file

@ -479,8 +479,6 @@ filterwarnings = [
# -- fixed, waiting for release / update
# https://github.com/mkmer/AIOAladdinConnect/commit/8851fff4473d80d70ac518db2533f0fbef63b69c - >=0.2.0
"ignore:module 'sre_constants' is deprecated:DeprecationWarning:AIOAladdinConnect",
# https://github.com/ludeeus/aiogithubapi/pull/208 - >=23.9.0
"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/tschamm/boschshcpy/pull/39 - >=0.2.89

View file

@ -251,7 +251,7 @@ aioflo==2021.11.0
aioftp==0.21.3
# homeassistant.components.github
aiogithubapi==22.10.1
aiogithubapi==23.11.0
# homeassistant.components.guardian
aioguardian==2022.07.0

View file

@ -227,7 +227,7 @@ aioesphomeapi==23.2.0
aioflo==2021.11.0
# homeassistant.components.github
aiogithubapi==22.10.1
aiogithubapi==23.11.0
# homeassistant.components.guardian
aioguardian==2022.07.0