From 59377128a88c97f33d8e8192e0662e326dab6943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:32:57 +0000 Subject: [PATCH] Bump pydantic from 2.11.7 to 2.13.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.7 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.11.7...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea3ccef..18b41cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]==0.52.4 httpx==0.28.1 APScheduler==3.11.3 python-dotenv==1.2.3 -pydantic==2.11.7 +pydantic==2.13.5 pydantic-settings==2.15.0 jinja2==3.1.6 feedparser==6.0.11