From 62205197a813ceeb6536daf76244ec0445893d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:19:11 +0000 Subject: [PATCH] Bump pydantic-core from 2.18.2 to 2.20.1 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.18.2 to 2.20.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.18.2...v2.20.1) --- 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 b20c5bb2..7c3a69ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pandas==2.2.2 # via kohlrahbi (pyproject.toml) pydantic==2.7.1 # via kohlrahbi (pyproject.toml) -pydantic-core==2.18.2 +pydantic-core==2.20.1 # via pydantic python-dateutil==2.9.0.post0 # via pandas