From 63982d3e11fe47790808181239cf35b9844e580c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:46:14 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.10.4 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 to 2.13.4. - [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.10.4...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sentinel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel/requirements.txt b/sentinel/requirements.txt index ff72dc9..d1176ae 100644 --- a/sentinel/requirements.txt +++ b/sentinel/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 -pydantic==2.10.4 +pydantic==2.13.4 pyyaml==6.0.2 httpx==0.28.1 jinja2==3.1.6