From 67356a96ff05fc47ac1db88ea1c10c03e8e93b2c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Mar 2021 02:43:53 +0000 Subject: [PATCH] chore(deps): update dependency google-cloud-logging to >=1.14.0, <2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a3a2792..623d1235 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # 'Development Status :: 5 - Production/Stable' release_status = "Development Status :: 4 - Beta" dependencies = [ - "google-cloud-logging>=1.14.0, <2.2", + "google-cloud-logging>=1.14.0, <2.3", "google-api-core[grpc] >= 1.22.0, < 2.0.0dev", "proto-plus >= 1.4.0", "libcst >= 0.2.5",