From 6d7ca57fa91ecc6aba65783f33a12d59572f5e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 09:48:46 -0600 Subject: [PATCH] build(deps): bump pydantic from 2.10.1 to 2.11.4 (#2660) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.1 to 2.11.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.10.1...v2.11.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 708abbb4..a618ca9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ protobuf==6.30.1 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.22 -pydantic==2.10.1 +pydantic==2.11.4 # 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.