diff --git a/pyproject.toml b/pyproject.toml index 715faaa..cc86fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = "MIT" requires-python = ">=3.13,<4" dependencies = [ "botocore==1.35", - "boto3==1.42.30", + "boto3==1.42.44", "celery[gevent,redis]>=5.2", "typer>=0.13", "pydantic>=2.10",