From dd13df2c1a9a6a6de61a8da20de7aba3c732dfe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:49:36 +0000 Subject: [PATCH] chore(deps): bump pydantic in /agents/coderabbit-webhook Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.0 to 2.12.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.0...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- agents/coderabbit-webhook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/coderabbit-webhook/requirements.txt b/agents/coderabbit-webhook/requirements.txt index e1b11a7..b3add26 100644 --- a/agents/coderabbit-webhook/requirements.txt +++ b/agents/coderabbit-webhook/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.104.1 uvicorn==0.24.0 -pydantic==2.5.0 +pydantic==2.13.3 httpx==0.25.0 pyyaml==6.0.3