From 706abf74a82e37bf8ff12deb4814a45095664741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:09:26 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [uvicorn](https://github.com/Kludex/uvicorn) and [fastapi](https://github.com/fastapi/fastapi). Updates `uvicorn` from 0.45.0 to 0.46.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.45.0...0.46.0) Updates `fastapi` from 0.136.0 to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.0...0.136.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-server.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-server.txt b/requirements-server.txt index 100b88200..8fc389f92 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,6 +1,6 @@ elasticsearch==7.17.13 elasticsearch-dsl==7.4.1 -fastapi==0.136.0 +fastapi==0.136.1 mongomock==4.3.0 pymongo==4.17.0 starlette==1.0.0 diff --git a/requirements.txt b/requirements.txt index b65e54610..fc1df1077 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pydantic[email]==2.13.3 pydantic_settings==2.14.0 pyyaml==6.0.3 requests==2.33.1 -uvicorn==0.45.0 +uvicorn==0.46.0