From f0c686fb5b183555fa7974eefc706fb14599d91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:58:57 +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.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 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 22383ac..11a5496 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ feedparser>=6.0,<7.0 httpx>=0.28,<1.0 apscheduler>=3.10,<4.0 pyyaml>=6.0,<7.0 -pydantic>=2.10,<3.0 +pydantic>=2.13.4,<3.0 pydantic-settings>=2.0,<3.0 stamina>=26.0,<27.0 purgatory>=3.0,<4.0