From 213a6e8ddd8cd0cb82ac47af406ee22341d08a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:36:02 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.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.8.2...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f2fedff2..c6ebd7659 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ 'yamllint==1.35.1', 'moto>=4.0,<6', 'fastapi==0.112.2', - 'pydantic==2.8.2', + 'pydantic==2.9.1', 'uvicorn==0.30.6', 'pytest-split==0.9.0', ]