From a801dba9c1bb266c62db31795b7f558b2d8efcfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:47:48 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.29.0 to 0.30.1 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.1. - [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.1) --- 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..b22ca741 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.1", "httpx[http2]==0.27.0", "python-multipart==0.0.9", "email-validator==2.1.1",