From ccc16957f3893bd9bd8902f925d92d2f5986ebf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:05:32 +0000 Subject: [PATCH] Bump pydantic from 2.5.3 to 2.6.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.6.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.5.3...v2.6.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d6babcb..128c7f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -78,11 +78,11 @@ pre-commit==3.6.0 # via -r requirements.in psycopg2-binary==2.9.9 # via -r requirements.in -pydantic==2.5.3 +pydantic==2.6.0 # via # -r requirements.in # pydantic-settings -pydantic-core==2.14.6 +pydantic-core==2.16.1 # via pydantic pydantic-settings==2.1.0 # via -r requirements.in