From 3a3751fcd52147c3dd8a325cf6b26ba90fed5d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:10:54 +0000 Subject: [PATCH] Bump pydantic from 2.6.4 to 2.7.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.7.1. - [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.6.4...v2.7.1) --- 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 9c5ed8d9..42570057 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ toml pypdf==4.1.0 ratelimit==2.2.1 loguru==0.7.2 -pydantic==2.6.4 +pydantic==2.7.1 tenacity==8.2.3 Pillow==10.3.0 psutil