From c145756eb30bd1ea67e7a7b67e9f22300e70a0ea Mon Sep 17 00:00:00 2001 From: "aikido-autofix[bot]" <119856028+aikido-autofix[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:40:36 +0000 Subject: [PATCH] fix(security): update protobuf from 6.33.4 to 6.33.5 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1552abb..ac3e5d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ google-cloud-core==2.3.2 pandas==1.5.2 db-dtypes==1.0.4 pandas_gbq==0.18.1 -pydata-google-auth==1.4.0 \ No newline at end of file +pydata-google-auth==1.4.0 +protobuf==6.33.5 \ No newline at end of file