From 727c93ccdc2588693c1ca7b6b898092ab518a7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:55:22 +0200 Subject: [PATCH] build(deps): bump pvlib from 0.15.0 to 0.15.1 (#1032) Bumps [pvlib](https://github.com/pvlib/pvlib-python) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/pvlib/pvlib-python/releases) - [Commits](https://github.com/pvlib/pvlib-python/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: pvlib dependency-version: 0.15.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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7bde26..3ffc92c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "pendulum==3.2.0", "platformdirs==4.9.6", "psutil==7.2.2", - "pvlib==0.15.0", + "pvlib==0.15.1", "pydantic==2.13.3", "pydantic_extra_types==2.11.2", "statsmodels==0.14.6",