From 4708415548033518285b9bdff404cfa4dfb15d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:20:56 +0000 Subject: [PATCH] chore(deps): bump uvicorn in /examples/chatbots/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] --- examples/chatbots/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chatbots/python/requirements.txt b/examples/chatbots/python/requirements.txt index 19ca3ce7..52f7b63d 100644 --- a/examples/chatbots/python/requirements.txt +++ b/examples/chatbots/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