From 52ec439466bdf94453cfca06e9f007deb8e0a29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:38:51 +0000 Subject: [PATCH] Bump pydantic-core from 2.19.0 to 2.20.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57c9e7c8..34f0dc30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,7 +88,7 @@ pycparser==2.22 # via cffi pydantic==2.7.4 # via pydantic-settings -pydantic-core==2.19.0 +pydantic-core==2.20.0 # via pydantic pydantic-settings==2.3.3 # via supa (setup.cfg)