From 69bc61956e30589f6e5e62a9df823a3ce405b59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:29:03 +0000 Subject: [PATCH] chore(deps): bump uvicorn in /examples/chatbots/python Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.2 to 0.34.3. - [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.2...0.34.3) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 05d5aa2..c0f68a4 100644 --- a/examples/chatbots/python/requirements.txt +++ b/examples/chatbots/python/requirements.txt @@ -1,6 +1,6 @@ aiobotocore[boto3]==2.22.0 mcp==1.9.2 -uvicorn==0.34.2 +uvicorn==0.34.3 # For testing, this module is installed from local files. # Uncomment this line to build using the module from PyPi