From e12efa156e4b25d103af021f95721e4ae781c59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:51:02 +0000 Subject: [PATCH] dependency: (deps): bump pydantic-core from 2.20.0 to 2.20.1 in /backend (#171) Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.20.0 to 2.20.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.20.0...v2.20.1) --- updated-dependencies: - dependency-name: pydantic-core 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 840b182..c7fab50 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -37,7 +37,7 @@ pillow==10.4.0 psycopg2==2.9.9 pycparser==2.22 pydantic==2.8.2 -pydantic_core==2.20.0 +pydantic_core==2.20.1 PyJWT==2.8.0 pymongo==4.8.0 PyMuPDF==1.24.7