From d71dc8520f56b868b8307a3f8cb3335c05217910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:00:05 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.12.4 to 2.13.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.4 to 2.13.0. - [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.12.4...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 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 080ddcd5..4644d2f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ protobuf==7.34.0 pyasn1==0.6.3 pyasn1-modules==0.4.2 pycparser==3.0 -pydantic==2.12.4 +pydantic==2.13.0 # pydantic pins pydantic-core, # but dependabot updates these separately (which is broken) and is annoying, # so we rely on pydantic to pull in the right version of pydantic-core.