From f18534a87bbbcf125ceaeeb2a3c12014830beaf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 10:06:38 +0000 Subject: [PATCH] chore(deps): update pydantic requirement in /backend Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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: pydantic dependency-version: 2.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6925a1b..80211c2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ feedparser>=6.0.14,<7.0 httpx>=0.28.1,<1.0 apscheduler>=3.11.3,<4.0 pyyaml>=6.0,<7.0 -pydantic>=2.13.4,<3.0 +pydantic>=2.13.5,<3.0 pydantic-settings>=2.15.0,<3.0 stamina>=26.1.0,<27.0 purgatory>=3.0.1,<4.0