From edfa96938e364d48474fdfb8bb7bb4778eee4d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:09:47 +0000 Subject: [PATCH] chore(deps): bump the patch-and-minor group across 1 directory with 3 updates Bumps the patch-and-minor group with 3 updates in the /agents/coderabbit-webhook directory: [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn) and [pydantic](https://github.com/pydantic/pydantic). Updates `fastapi` from 0.138.1 to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.1...0.141.1) Updates `uvicorn` from 0.49.0 to 0.52.4 - [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.49.0...0.52.4) Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] --- agents/coderabbit-webhook/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agents/coderabbit-webhook/requirements.txt b/agents/coderabbit-webhook/requirements.txt index 1560fa2a..4f178201 100644 --- a/agents/coderabbit-webhook/requirements.txt +++ b/agents/coderabbit-webhook/requirements.txt @@ -1,5 +1,5 @@ -fastapi==0.138.1 -uvicorn==0.49.0 -pydantic==2.13.4 +fastapi==0.141.1 +uvicorn==0.52.4 +pydantic==2.13.5 httpx==0.28.1 pyyaml==6.0.3