From 81b4ef563e707c84fc24860d7a4448bdf912799f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:32:17 +0000 Subject: [PATCH] chore(deps): bump pydantic-core from 2.23.4 to 2.24.0 (#453) Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.23.4 to 2.24.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.24.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cea3ee55..562e82cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pandas==2.2.3 # via kohlrahbi (pyproject.toml) pydantic==2.9.2 # via kohlrahbi (pyproject.toml) -pydantic-core==2.23.4 +pydantic-core==2.24.0 # via pydantic python-dateutil==2.9.0.post0 # via pandas