From 48ed394240f339c7c7d7fc96acb0169c808917cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 06:36:26 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.29.0 to 0.30.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.0. - [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.29.0...0.30.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c257ccac..cf9a825e 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "aiohttp[speedups]==3.9.5", "elasticsearch[async]==8.13.1", "fastapi==0.111.0", - "uvicorn[standard]==0.29.0", + "uvicorn[standard]==0.30.0", "httpx[http2]==0.27.0", "python-multipart==0.0.9", "email-validator==2.1.1",