From 54e3093719d97fd5bd671e1e61d6cf93129847aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:00:38 +0000 Subject: [PATCH] deps: bump pydantic from 2.13.3 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.3 to 2.13.4. - [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.13.3...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 95ff367..a009db7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ duckdb==1.5.2 h3==3.7.7 python-dotenv==1.2.2 httpx==0.28.1 -pydantic==2.13.3 +pydantic==2.13.4 pydantic-settings==2.14.1 requests==2.34.0 beautifulsoup4==4.14.3