From b66e890ed52de9af75010f301f8a7d3039887187 Mon Sep 17 00:00:00 2001 From: Mostafa Farrag Date: Sun, 3 Mar 2024 03:26:05 +0100 Subject: [PATCH] update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2534490..a4d6cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ numpy = "^1.21.5" pandas = "^2.2.0" google-cloud-storage = "^2.1.0" google-api-python-client = "^2.119.0" -boto3 = "^1.34.53" +boto3 = "^1.34.54" moto = "^5.0.2"