From 0909cf7b468e1d1399f37da172a48e5999664269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:46:16 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.9.2 to 2.10.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.1. - [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.9.2...v2.10.1) --- updated-dependencies: - dependency-name: pydantic 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 5d9c567a0..b38e3527e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ protobuf==5.28.2 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.22 -pydantic==2.9.2 +pydantic==2.10.1 # 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.