Skip to content

Commit

Permalink
Upgrade google-cloud-pubsub to 2.13.11 (home-assistant#83419)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 6, 2022
1 parent 9f7fd89 commit 1a9302b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/google_pubsub/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "google_pubsub",
"name": "Google Pub/Sub",
"documentation": "https://www.home-assistant.io/integrations/google_pubsub",
"requirements": ["google-cloud-pubsub==2.13.10"],
"requirements": ["google-cloud-pubsub==2.13.11"],
"codeowners": [],
"iot_class": "cloud_push"
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ goalzero==0.2.1
goodwe==0.2.18

# homeassistant.components.google_pubsub
google-cloud-pubsub==2.13.10
google-cloud-pubsub==2.13.11

# homeassistant.components.google_cloud
google-cloud-texttospeech==2.12.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ goalzero==0.2.1
goodwe==0.2.18

# homeassistant.components.google_pubsub
google-cloud-pubsub==2.13.10
google-cloud-pubsub==2.13.11

# homeassistant.components.nest
google-nest-sdm==2.1.0
Expand Down

0 comments on commit 1a9302b

Please sign in to comment.