From 27edffadb04c760f926ce66ff1c41c0c7b380418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 19:37:24 +0000 Subject: [PATCH] build(deps): bump pydantic-core from 2.41.5 to 2.44.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.41.5 to 2.44.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.44.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 bfc4260..1d8029d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ efoli==2.2.0 # via fundamend (pyproject.toml) pydantic==2.12.5 # via fundamend (pyproject.toml) -pydantic-core==2.41.5 +pydantic-core==2.45.0 # via pydantic pytz==2026.1.post1 # via efoli