From 3769968ca281bb0a8af3ae38bd0ec986dbbdbbe8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Nov 2022 16:50:46 +0000 Subject: [PATCH] chore(deps): update dependency google-cloud-pubsub to v2.13.11 --- background/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/app/requirements.txt b/background/app/requirements.txt index c8cef21d..2f3c5204 100644 --- a/background/app/requirements.txt +++ b/background/app/requirements.txt @@ -1,3 +1,3 @@ google-cloud-firestore==2.7.2 -google-cloud-pubsub==2.13.7 +google-cloud-pubsub==2.13.11 flask==2.2.2