From 8b6885fca144c5c592ae4c8bf8a87a993609e5f5 Mon Sep 17 00:00:00 2001 From: henribru <6639509+henribru@users.noreply.github.com> Date: Sat, 11 Nov 2023 16:13:47 +0100 Subject: [PATCH] Bump proto-plus-stubs to v0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccafb14e5..192b987ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ googleapis-common-protos-stubs = ">=2.0.0" google-ads = ">=22.1.0" grpc-stubs = ">=1.24.7" types-protobuf = ">=3.18.0" -proto-plus-stubs = ">=0.3.0" +proto-plus-stubs = "^0.3.1" google-auth-stubs = ">=0.1.0" [tool.poetry.group.dev.dependencies]