From 322969be98f7d1f361fcc2a9d02d4508e341cc13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:06:25 +0000 Subject: [PATCH] Bump pydantic from 2.6.4 to 2.7.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.7.0. - [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.6.4...v2.7.0) --- 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 a2b4738d8..06842a470 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ 'yamllint==1.35.1', 'moto>=4.0,<6', 'fastapi==0.110.2', - 'pydantic==2.6.4', + 'pydantic==2.7.0', 'uvicorn==0.29.0', 'pytest-split==0.8.2', ]