From 36579c71f76af395797bcfad35babce8176d4f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:14:34 +0000 Subject: [PATCH] build(deps): bump pydantic-core from 2.41.5 to 2.42.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.41.5 to 2.42.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/commits) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.42.0 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 4f0c4fe..373cc68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ efoli==2.1.1 # via fundamend (pyproject.toml) pydantic==2.12.5 # via fundamend (pyproject.toml) -pydantic-core==2.41.5 +pydantic-core==2.42.0 # via pydantic pytz==2025.2 # via efoli