From c11e95bfba9b3dfa24bff88aa4a234baedfdbb90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:13:09 +0000 Subject: [PATCH] build(deps): bump pydantic-core from 2.41.5 to 2.46.2 Bumps [pydantic-core](https://github.com/pydantic/pydantic) from 2.41.5 to 2.46.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.46.2 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 7da0ca3..18210a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ efoli==2.3.0 # via fundamend (pyproject.toml) pydantic==2.12.5 # via fundamend (pyproject.toml) -pydantic-core==2.41.5 +pydantic-core==2.46.2 # via pydantic pytz==2026.1.post1 # via efoli