From 29cc3d7f3be83d4ff43a16a7e97a7a36a2e6da19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:01:51 +0200 Subject: [PATCH] build(deps): bump pydantic-extra-types from 2.11.1 to 2.11.2 (#1001) Bumps [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) from 2.11.1 to 2.11.2. - [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.1...v2.11.2) --- updated-dependencies: - dependency-name: pydantic-extra-types dependency-version: 2.11.2 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf70c13..fd6abaa 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.1", + "pydantic_extra_types==2.11.2", "statsmodels==0.14.6", "pydantic-settings==2.13.1", "linkify-it-py==2.1.0",