From 5ba815d4e651d0250d306abbf7ea69e247b57e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 06:45:57 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.25.0 to 0.26.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.25.0 to 0.26.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.25.0...0.26.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 a9605b8f..8572f6ae 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "aiohttp[speedups]==3.9.1", "elasticsearch[async]==8.11.1", "fastapi==0.109.0", - "uvicorn[standard]==0.25.0", + "uvicorn[standard]==0.26.0", "httpx[http2]==0.26.0", "python-multipart==0.0.6", "email-validator==2.1.0.post1",