8000 chore(deps): update dependency google-cloud-pubsub to v2.9.0 (#7346) · riteshverma/python-docs-samples@9cf6227 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cf6227

Browse files
chore(deps): update dependency google-cloud-pubsub to v2.9.0 (GoogleCloudPlatform#7346)
* chore(deps): update dependency google-cloud-pubsub to v2.9.0 * chore(deps): Update appengine/standard/migration/taskqueue/pull-counter/requirements.txt Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
1 parent d6cae4b commit 9cf6227

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appengine/standard/migration/taskqueue/pull-counter/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Flask==1.1.4; python_version < '3.0'
22
Flask==2.0.0; python_version > '3.0'
33
google-cloud-datastore==2.4.0 ; python_version >= "3.0"
44
google-cloud-datastore==1.15.3 ; python_version < "3.0"
5-
google-cloud-pubsub==2.1.0 ; python_version >= "3.0"
5+
google-cloud-pubsub==2.9.0 ; python_version >= "3.0"
6+
# 1.7.0 is the latest compatible version for Python 2.
67
google-cloud-pubsub==1.7.0 ; python_version < "3.0"

0 commit comments

Comments
 (0)
0