From f987b1431855317690fdd19967d3ce3355f1a482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:46:12 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 2 updates Bumps the python-dependencies group with 2 updates in the / directory: [uvicorn](https://github.com/Kludex/uvicorn) 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 `starlette` from 1.1.0 to 1.2.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.2.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: starlette dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor 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 572e92f7a..7bec455f1 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -3,4 +3,4 @@ elasticsearch-dsl==7.4.1 fastapi==0.136.3 mongomock==4.3.0 pymongo==4.17.0 -starlette==1.1.0 +starlette==1.2.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