From 79fe6ad8ed76c0cca5d016e3069ff69f5be96fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:52:10 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.2. - [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.8.2...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af2877b4..20c36a12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ backoff = "2.2.1" toml = "*" pypdf = "4.3.1" loguru = "0.7.2" -pydantic = "2.8.2" +pydantic = "2.9.2" tenacity = "8.5.0" Pillow = "10.4.0" psutil = "*"