From eb00e259ed2599544ae3f388b43205466cf291f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:37:31 +0000 Subject: [PATCH] Bump pydantic from 2.10.3 to 2.10.6 in /client Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.3 to 2.10.6. - [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.3...v2.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index db32c55e..bcdba2b2 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -4,7 +4,7 @@ charset-normalizer==3.4.0 click==8.1.7 configomatic==0.4.0 idna==3.10 -pydantic==2.10.3 +pydantic==2.10.6 pydantic_core==2.27.1 PyYAML==6.0.2 requests==2.32.3