From 0a7efaf0747bc7593b2852607a9bc174e87f58f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 14:27:52 +0100 Subject: [PATCH] build(deps): bump pydantic-extra-types from 2.11.0 to 2.11.1 (#954) Bumps [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/pydantic/pydantic-extra-types/releases) - [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic-extra-types/compare/v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: pydantic-extra-types dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Normann --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e664f83..644d4ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "psutil==7.2.2", "pvlib==0.15.0", "pydantic==2.12.5", - "pydantic_extra_types==2.11.0", + "pydantic_extra_types==2.11.1", "statsmodels==0.14.6", "pydantic-settings==2.13.1", "linkify-it-py==2.1.0",