From 18ea7190d110035f41a893045f1340075db88598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:24:23 +0200 Subject: [PATCH] build(deps): bump pvlib from 0.15.1 to 0.15.2 (#1112) Bumps [pvlib](https://github.com/pvlib/pvlib-python) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/pvlib/pvlib-python/releases) - [Commits](https://github.com/pvlib/pvlib-python/compare/v0.15.1...v0.15.2) --- updated-dependencies: - dependency-name: pvlib dependency-version: 0.15.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 9ee3201..180f171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "pendulum==3.2.0", "platformdirs==4.10.0", "psutil==7.2.2", - "pvlib==0.15.1", + "pvlib==0.15.2", "pydantic==2.13.4", "pydantic_extra_types==2.11.2", "statsmodels==0.14.6",