From b4d6bd5b5a35c7adc04f4a3fcafa6e7b0710623a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:43:57 +0000 Subject: [PATCH] dependency: (deps): bump pydantic from 2.3.0 to 2.5.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.5.0. - [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.3.0...v2.5.0) --- 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 e56a17e..0da1079 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ numpy==1.26.1 openai==1.2.2 packaging==23.2 pluggy==1.3.0 -pydantic==2.3.0 +pydantic==2.5.0 pydantic_core==2.6.3 PyJWT==2.8.0 pytest==7.4.3