From 59fcbfe7e6e86a7ad069f5d377e84d1e4365b429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:48:46 +0000 Subject: [PATCH] dependency: (deps): bump pydantic from 2.8.0 to 2.8.2 in /backend (#170) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.0 to 2.8.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.8.2/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.8.0...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 256f7e5..6fd917a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -36,7 +36,7 @@ pdfminer.six==20231228 pillow==10.4.0 psycopg2==2.9.9 pycparser==2.22 -pydantic==2.8.0 +pydantic==2.8.2 pydantic_core==2.20.0 PyJWT==2.8.0 pymongo==4.8.0