From 9e2eeae237b2602e76b5e33b7346c646874198b1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 5 Aug 2024 10:20:34 +0000
Subject: [PATCH] Bump pydantic from 2.7.1 to 2.8.2

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.8.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.7.1...v2.8.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index c153c5b0..e42c5372 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.7.1
+pydantic==2.8.2
 tenacity==8.3.0
 Pillow==10.3.0
 psutil