From 3d0e43ab8c88540d0d5bd6a0a357aaaabaac2300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:27:52 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.35.0 to 0.37.0 in /e2e_tests/python Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.35.0 to 0.37.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.35.0...0.37.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e_tests/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_tests/python/requirements.txt b/e2e_tests/python/requirements.txt index 19ca3ce7..52f7b63d 100644 --- a/e2e_tests/python/requirements.txt +++ b/e2e_tests/python/requirements.txt @@ -1,6 +1,6 @@ aiobotocore[boto3]==2.24.1 mcp==1.13.1 -uvicorn==0.35.0 +uvicorn==0.37.0 # For testing, this module is installed from local files. # Uncomment this line to build using the module from PyPi