From 39e6ea114568fc645082512370760693e62f749b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 19:37:15 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.32.1 to 0.34.2 in /e2e_tests/python Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.1 to 0.34.2. - [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.32.1...0.34.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.34.2 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 fe6c5fd..85b7205 100644 --- a/e2e_tests/python/requirements.txt +++ b/e2e_tests/python/requirements.txt @@ -1,6 +1,6 @@ aiobotocore[boto3]==2.21.1 mcp==1.6.0 -uvicorn==0.32.1 +uvicorn==0.34.2 # For testing, this module is installed from local files. # Uncomment this line to build using the module from PyPi