From fd49793502ad38f02782baed8d9fd1f630e313c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:17:34 +0000 Subject: [PATCH] Bump pydantic-core from 2.29.0 to 2.31.1 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.29.0 to 2.31.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.29.0...v2.31.1) --- updated-dependencies: - dependency-name: pydantic-core 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 1ecc134..aba9ce3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ onnxruntime==1.20.1 packaging==24.2; python_version >= '3.8' protobuf==5.29.3; python_version >= '3.8' pydantic==2.10.6; python_version >= '3.8' -pydantic-core==2.29.0; python_version >= '3.8' +pydantic-core==2.31.1; python_version >= '3.8' pyreadline3==3.5.4; python_version >= '3.8' python-dotenv==1.0.1; python_version >= '3.8' sqlparse==0.5.3; python_version >= '3.8'