From 8537fe3855ff400b5cae83ffbad9fc791cccb2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:42:29 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.42.0 to 0.43.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.42.0 to 0.43.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.42.0...0.43.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a87ad1f7..61cc9649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" dependencies = [ "elasticsearch[async] == 8.19.3", "opensearch-py[async] == 3.1.0", - "uvicorn[standard] == 0.42.0", + "uvicorn[standard] == 0.43.0", "httpx[http2] == 0.28.1", "aiohttp[speedups] == 3.13.5", "boto3 ~= 1.37",