Update aws boto dependencies (#98619)
This commit is contained in:
parent
2399cd283a
commit
2369964f27
6 changed files with 6 additions and 9 deletions
|
@ -5,5 +5,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
|
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["boto3", "botocore", "s3transfer"],
|
"loggers": ["boto3", "botocore", "s3transfer"],
|
||||||
"requirements": ["boto3==1.20.24"]
|
"requirements": ["boto3==1.28.17"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/aws",
|
"documentation": "https://www.home-assistant.io/integrations/aws",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["aiobotocore", "botocore"],
|
"loggers": ["aiobotocore", "botocore"],
|
||||||
"requirements": ["aiobotocore==2.1.0"]
|
"requirements": ["aiobotocore==2.6.0"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/route53",
|
"documentation": "https://www.home-assistant.io/integrations/route53",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["boto3", "botocore", "s3transfer"],
|
"loggers": ["boto3", "botocore", "s3transfer"],
|
||||||
"requirements": ["boto3==1.20.24"]
|
"requirements": ["boto3==1.28.17"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -481,9 +481,6 @@ filterwarnings = [
|
||||||
"ignore:ssl.PROTOCOL_TLSv1_2 is deprecated:DeprecationWarning:pylutron_caseta.smartbridge",
|
"ignore:ssl.PROTOCOL_TLSv1_2 is deprecated:DeprecationWarning:pylutron_caseta.smartbridge",
|
||||||
# https://github.com/Danielhiversen/pyMillLocal/pull/8 - >=0.3.0
|
# https://github.com/Danielhiversen/pyMillLocal/pull/8 - >=0.3.0
|
||||||
"ignore:with timeout\\(\\) is deprecated:DeprecationWarning:mill_local",
|
"ignore:with timeout\\(\\) is deprecated:DeprecationWarning:mill_local",
|
||||||
# https://github.com/home-assistant/core/pull/98619 - update botocore to >=1.31.17
|
|
||||||
"ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:botocore.utils",
|
|
||||||
"ignore:'urllib3.contrib.pyopenssl' module is deprecated and will be removed in a future release of urllib3 2.x:DeprecationWarning:botocore.httpsession",
|
|
||||||
|
|
||||||
# -- not helpful
|
# -- not helpful
|
||||||
# pyatmo.__init__ imports deprecated moduls from itself - v7.5.0
|
# pyatmo.__init__ imports deprecated moduls from itself - v7.5.0
|
||||||
|
|
|
@ -206,7 +206,7 @@ aioazuredevops==1.3.5
|
||||||
aiobafi6==0.8.2
|
aiobafi6==0.8.2
|
||||||
|
|
||||||
# homeassistant.components.aws
|
# homeassistant.components.aws
|
||||||
aiobotocore==2.1.0
|
aiobotocore==2.6.0
|
||||||
|
|
||||||
# homeassistant.components.comelit
|
# homeassistant.components.comelit
|
||||||
aiocomelit==0.0.5
|
aiocomelit==0.0.5
|
||||||
|
@ -553,7 +553,7 @@ boschshcpy==0.2.57
|
||||||
|
|
||||||
# homeassistant.components.amazon_polly
|
# homeassistant.components.amazon_polly
|
||||||
# homeassistant.components.route53
|
# homeassistant.components.route53
|
||||||
boto3==1.20.24
|
boto3==1.28.17
|
||||||
|
|
||||||
# homeassistant.components.broadlink
|
# homeassistant.components.broadlink
|
||||||
broadlink==0.18.3
|
broadlink==0.18.3
|
||||||
|
|
|
@ -187,7 +187,7 @@ aioazuredevops==1.3.5
|
||||||
aiobafi6==0.8.2
|
aiobafi6==0.8.2
|
||||||
|
|
||||||
# homeassistant.components.aws
|
# homeassistant.components.aws
|
||||||
aiobotocore==2.1.0
|
aiobotocore==2.6.0
|
||||||
|
|
||||||
# homeassistant.components.comelit
|
# homeassistant.components.comelit
|
||||||
aiocomelit==0.0.5
|
aiocomelit==0.0.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue