Skip to content

Commit ac6ebca

Browse files
Update boto3 requirement in /e2e_tests/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](boto/boto3@1.36.20...1.37.18) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c722af commit ac6ebca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_tests/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boto3<1.36.24,>=1.36.20
1+
boto3>=1.36.20,<1.37.19
22
mcp>=1.0.0
33
uvicorn>=0.32.1
44

0 commit comments

Comments
 (0)