From 654219f6610d3728991fb2b794fc082dc31e3370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:56:29 +0000 Subject: [PATCH] Bump pydantic-core from 2.18.2 to 2.18.3 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.18.2 to 2.18.3. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.18.2...v2.18.3) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42312ee3..6028657a 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.18.3 # via pydantic python-dateutil==2.9.0.post0 # via pandas