From 2aafe74cb12e531970b7a0848824a352cecadff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:29:45 +0000 Subject: [PATCH] Bump pydantic from 2.3.0 to 2.4.1 in /core Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.4.1. - [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.1) --- 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..aa64b82 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.1 pydantic-settings==2.0.3 loguru==0.7.2 numpy==1.25.2