From b86dbbc9477387f1b7e5521c7f5d8951d6581683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 04:03:12 +0000 Subject: [PATCH] Bump pydantic from 2.10.6 to 2.11.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.11.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.11.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.5 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 45e253e2..67dd46d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ cryptography>=44.0.0 packaging>=24.2 pint==0.24.4 pydantic-extra-types==2.10.2 -pydantic==2.10.6 +pydantic==2.11.5 python-dotenv==1.0.1 pydantic-settings==2.8.1 typer==0.15.2