Bump grpcio from 1.30.0 to 1.53.0 in /plugins/pubsub

Bumps [grpcio](https://github.com/grpc/grpc) from 1.30.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/compare/v1.30.0...v1.53.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-05 21:05:05 +00:00 committed by GitHub
parent 4ba3682468
commit 9132d1abd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ setup(
install_requires=[
'google-cloud-pubsub',
'oauth2client',
'grpcio==1.30.0'
'grpcio==1.53.0'
],
include_package_data=True,
zip_safe=True,