From 21704dca51180a45c635f80022dd68e5b8901089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:38:36 +0000 Subject: [PATCH] Bump pydantic from 2.3.0 to 2.5.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.5.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.2/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.3.0...v2.5.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a24a12979..7a3086068 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "rouge>=1.0.1", "mkdocs==1.5.2", "mkdocs-material==9.0.5", - "pydantic==2.3.0", + "pydantic==2.5.2", "markdown==3.2.1", "absl-py==1.4.0", "nltk==3.8.1",