From 4c26d387142033073919f8ba83f2fe6993e7bf1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:35:47 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.34.3 to 0.35.0 in /e2e_tests/python Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.3 to 0.35.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.34.3...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.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 6b9a31f8..ff3a2454 100644 --- a/e2e_tests/python/requirements.txt +++ b/e2e_tests/python/requirements.txt @@ -1,6 +1,6 @@ aiobotocore[boto3]==2.23.0 mcp==1.9.2 -uvicorn==0.34.3 +uvicorn==0.35.0 # For testing, this module is installed from local files. # Uncomment this line to build using the module from PyPi