From 930e8a15ba2b4dbfec53b2825dc63fb419d7977e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:19:33 +0000 Subject: [PATCH] Bump pydantic from 2.7.4 to 2.9.2 in /api Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 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.7.4...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 11e6eae..ec66b2c 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -17,7 +17,7 @@ MarkupSafe==2.1.5 orjson==3.10.9 packaging==24.1 pluggy==1.5.0 -pydantic==2.7.4 +pydantic==2.9.2 pydantic-extra-types==2.9.0 pydantic-settings==2.6.0 pydantic_core==2.18.4