From 80fe5a954d3839d596c268515a4c08a955dfe05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:46:34 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 3 updates Bumps the python-dependencies group with 3 updates in the / directory: [uvicorn](https://github.com/Kludex/uvicorn), [fastapi](https://github.com/fastapi/fastapi) and [starlette](https://github.com/Kludex/starlette). Updates `uvicorn` from 0.48.0 to 0.49.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.48.0...0.49.0) Updates `fastapi` from 0.136.3 to 0.137.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.3...0.137.0) Updates `starlette` from 1.1.0 to 1.3.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/1.1.0...1.3.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: fastapi dependency-version: 0.137.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-server.txt | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-server.txt b/requirements-server.txt index 572e92f7a..30d9f198d 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.3 +fastapi==0.137.0 mongomock==4.3.0 pymongo==4.17.0 -starlette==1.1.0 +starlette==1.3.1 diff --git a/requirements.txt b/requirements.txt index 07da027c7..c75354228 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pydantic[email]==2.13.4 pydantic_settings==2.14.1 pyyaml==6.0.3 requests==2.34.2 -uvicorn==0.48.0 +uvicorn==0.49.0