From 859d8d3ecf7a810a450dc4830a564bf700ee5a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:56:35 +0000 Subject: [PATCH] Bump pydantic from 2.3.0 to 2.4.2 in /core Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.4.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.3.0...v2.4.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index 20860d9..d3ee419 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.103.1 uvicorn[standard]==0.23.2 python-jose[cryptography]==3.3.0 passlib==1.7.4 -pydantic==2.3.0 +pydantic==2.4.2 pydantic-settings==2.0.3 loguru==0.7.2 numpy==1.25.2