From 91af88dcac1224518c1f4653746c121a3ea129f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:18:04 +0000 Subject: [PATCH] Bump uvicorn from 0.30.1 to 0.30.5 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.1 to 0.30.5. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.30.1...0.30.5) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01f3f5c1..5c90ee59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ agents = [ "prisma==0.13.1", "google-ads==24.1.0", "httpx==0.27.0", - "uvicorn==0.30.1", + "uvicorn==0.30.5", "python-dotenv==1.0.1", "pyautogen[websurfer,websockets]==0.2.32", "pandas>=2.1",