From 992b8729c57a3f5e1448b6609350692bce73b1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 01:54:36 +0000 Subject: [PATCH] Update boto3 requirement in /python 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.36.4...1.39.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.39.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e6d8477e1362..0849178d04c1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -68,7 +68,7 @@ autogen = [ "autogen-agentchat >= 0.2, <0.4" ] aws = [ - "boto3>=1.36.4,<1.39.0", + "boto3>=1.36.4,<1.40.0", ] azure = [ "azure-ai-inference >= 1.0.0b6",