From 8bfdafbbd27b5fe2e59584f97e9588af993a9da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:13:15 +0000 Subject: [PATCH] chore(deps): update boto3 requirement from >=1.43.3 to >=1.43.6 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.3...1.43.6) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 208168c..5f4d079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "httpx>=0.28.1", "openai>=2.33.0", "celery-types>=0.26.0", - "boto3>=1.43.3", + "boto3>=1.43.6", "playwright>=1.59.0", "markdown-it-py>=4.0.0", "pyarrow>=24.0.0",