From 400a8b67aeb2e4deaf88659ee00a0d8d43cfcecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:35:22 +0000 Subject: [PATCH] dependency: (deps): bump pydantic from 2.5.3 to 2.6.3 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.6.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.5.3...v2.6.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 958ae300..8b38fe51 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,7 +25,7 @@ packaging==23.2 pdfminer.six==20231228 psycopg2==2.9.9 pycparser==2.21 -pydantic==2.5.3 +pydantic==2.6.3 pydantic_core==2.14.6 PyJWT==2.8.0 PyPDF2==1.26.0