From d1b1b5cc12130a8d081ec48c1446e42ea72d8c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:20:12 +0000 Subject: [PATCH] Bump pydantic-core from 2.23.4 to 2.24.2 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.23.4 to 2.24.2. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.24.2) --- 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 7c5be0e..ef130a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ pydantic[email]==2.9.2 # via # -r pyproject.toml # bomf -pydantic-core==2.23.4 +pydantic-core==2.24.2 # via pydantic python-dateutil==2.9.0.post0 # via -r pyproject.toml