From 057c847bf52a0680377195347578e80e5d929379 Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Wed, 14 Jan 2026 11:51:14 +0100 Subject: [PATCH] fix(currency): Bump up protobuf test requirement. This change will make available to install google-cloud-storage >= 3.4.1 and <= 3.8.0. This commit fixes INSTA-71942. Signed-off-by: Paulo Vital --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 6e8fc6ca..5f1042b1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -21,7 +21,7 @@ mysqlclient>=2.0.3 PyMySQL[rsa]>=1.0.2 psycopg2-binary>=2.8.6 pika>=1.2.0 -protobuf<=6.30.2 +protobuf<=6.33.4 pymongo>=3.11.4 pyramid>=2.0.1 pytest-mock>=3.12.0