From a6d36a54ee9650f5613d8f9057723064f32e0952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:32:40 +0000 Subject: [PATCH] Bump pydantic from 2.7.1 to 2.7.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.7.3. - [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.7.1...v2.7.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34d050c9..996c3715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ toml = "*" pypdf = "4.1.0" ratelimit = "2.2.1" loguru = "0.7.2" -pydantic = "2.7.2" +pydantic = "2.7.3" tenacity = "8.3.0" Pillow = "10.3.0" psutil = "*"