From dd4a1f681c9fc547c5d7bad1d164d410606518a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:29:02 +0000 Subject: [PATCH] build(deps): bump pydantic-core from 2.23.4 to 2.40.1 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.23.4 to 2.40.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.40.1) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.40.1 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 730f64c..9b81d09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pydantic==2.9.2 # via # borm (pyproject.toml) # sqlmodel -pydantic-core==2.23.4 +pydantic-core==2.40.1 # via pydantic pyhumps==3.8.0 # via borm (pyproject.toml)