From c7a429a6c91dc959dfd2dfe2a0a8727dd54dbe08 Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Tue, 18 Jun 2024 11:01:11 +1000 Subject: [PATCH] Bump mypy-boto-s3 to 1.34.120 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c941981..62342eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "botocore==1.29.53", "hypothesis==6.62.1", "moto[s3,sqs]==4.1", - "mypy-boto3-s3==1.34.14", + "mypy-boto3-s3==1.34.120", "mypy==1.10.0", "numpy==1.22.2", "pre-commit>=3.7.1",