From 453d27cfec7086c3af7cd0e1a63d0cbc4f0fb17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 22:44:52 +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/main/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78889e1..3ccc026 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ aiohttp==3.13.5 requests==2.33.1 # CVE-2026-25645 fix # Validation & Serialization - Updated -pydantic==2.13.3 +pydantic==2.13.4 pydantic-settings==2.13.1 validators==0.35.0