From 3b0d716e2a2e7511e0db74df6b8e21342393f2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:24:41 +0000 Subject: [PATCH] chore(deps): update boto3 requirement from >=1.42.97 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.42.97...1.43.6) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65556f6..ee28fa9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ neo4j>=5.0.0 qdrant-client>=1.9.0 # === S3 Client (AWS SDK) === -boto3>=1.42.97 +boto3>=1.43.6 # === OpenAI-compatible client (pour LLMaaS) === openai>=1.0.0