From 0754f0f9449dad0a3e6dca965d3595f3a7d887a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:26:11 +0000 Subject: [PATCH] chore(test): bump google-cloud-pubsub Bumps [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) from 2.21.5 to 2.22.0. - [Release notes](https://github.com/googleapis/python-pubsub/releases) - [Changelog](https://github.com/googleapis/python-pubsub/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-pubsub/compare/v2.21.5...v2.22.0) --- updated-dependencies: - dependency-name: google-cloud-pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-pubsub/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-pubsub/requirements.txt b/.github/workflows/python-pubsub/requirements.txt index 2a4cab8..9cd0c95 100644 --- a/.github/workflows/python-pubsub/requirements.txt +++ b/.github/workflows/python-pubsub/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-pubsub==2.21.5 +google-cloud-pubsub==2.22.0 avro==1.11.3