From be1385e45538eff80ab7d724cca49b68256f3e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:26:04 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.2 in /core Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.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.8.2...v2.9.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 0c03f99..15575dd 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -3,7 +3,7 @@ loguru==0.7.2 numpy==2.0.1 pandas==2.2.2 passlib==1.7.4 -pydantic==2.8.2 +pydantic==2.9.2 PyJWT==2.8.0 scikit-learn==1.5.1 uvicorn[standard]==0.30.5 \ No newline at end of file