From 856381b7d4c2884cd01b3fd3a15870cdfcc468a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:13:06 +0100 Subject: [PATCH] Bump pydantic-core from 2.24.0 to 2.24.1 in /client (#735) Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.24.0 to 2.24.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.24.0...v2.24.1) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 32259092..3b368c40 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -5,7 +5,7 @@ click==8.1.7 configomatic==0.4.0 idna==3.10 pydantic==2.9.2 -pydantic_core==2.24.0 +pydantic_core==2.24.1 PyYAML==6.0.2 requests==2.32.3 typing_extensions==4.12.2