Skip to content

Commit b06952d

Browse files
authored
chore: update sys creds (#1070)
* chore: update sys creds * update pubsub version * update pubsub to 1.7.2
1 parent 6d17f81 commit b06952d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/google-auth/system_tests/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def app_engine(session):
334334
@nox.session(python=PYTHON_VERSIONS_SYNC)
335335
def grpc(session):
336336
session.install(LIBRARY_DIR)
337-
session.install(*TEST_DEPENDENCIES_SYNC, "google-cloud-pubsub==1.7.0")
337+
session.install(*TEST_DEPENDENCIES_SYNC, "google-cloud-pubsub==1.7.2")
338338
session.env[EXPLICIT_CREDENTIALS_ENV] = SERVICE_ACCOUNT_FILE
339339
default(
340340
session,
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)