Fix nest subscriber by upgrading google_pubsub to newer library version (#42501)
This commit is contained in:
parent
c7cdad2b5a
commit
6b57ad9f28
3 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,6 @@
|
|||
"domain": "google_pubsub",
|
||||
"name": "Google Pub/Sub",
|
||||
"documentation": "https://www.home-assistant.io/integrations/google_pubsub",
|
||||
"requirements": ["google-cloud-pubsub==0.39.1"],
|
||||
"requirements": ["google-cloud-pubsub==2.1.0"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -678,7 +678,7 @@ gogogate2-api==2.0.3
|
|||
google-api-python-client==1.6.4
|
||||
|
||||
# homeassistant.components.google_pubsub
|
||||
google-cloud-pubsub==0.39.1
|
||||
google-cloud-pubsub==2.1.0
|
||||
|
||||
# homeassistant.components.google_cloud
|
||||
google-cloud-texttospeech==0.4.0
|
||||
|
|
|
@ -349,7 +349,7 @@ gogogate2-api==2.0.3
|
|||
google-api-python-client==1.6.4
|
||||
|
||||
# homeassistant.components.google_pubsub
|
||||
google-cloud-pubsub==0.39.1
|
||||
google-cloud-pubsub==2.1.0
|
||||
|
||||
# homeassistant.components.nest
|
||||
google-nest-sdm==0.1.9
|
||||
|
|
Loading…
Add table
Reference in a new issue