From 38c57a5fcc227398c8631ca63dc18772003c603f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:41:41 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 4 updates Bumps the python-dependencies group with 4 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [uvicorn](https://github.com/Kludex/uvicorn) and [fastapi](https://github.com/fastapi/fastapi). Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4) Updates `pydantic-settings` from 2.14.0 to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.0...v2.14.1) 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: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-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 | 6 +++--- 2 files changed, 4 insertions(+), 4 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..7338f6dbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ lark==1.3.1 -pydantic[email]==2.13.3 -pydantic_settings==2.14.0 +pydantic[email]==2.13.4 +pydantic_settings==2.14.1 pyyaml==6.0.3 requests==2.33.1 -uvicorn==0.45.0 +uvicorn==0.46.0