From 6a51de04da4c378058b52da2f7015863bd674c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 21:08:51 +0100 Subject: [PATCH] Bump pvlib from 0.11.2 to 0.12.0 (#486) Bumps [pvlib](https://github.com/pvlib/pvlib-python) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/pvlib/pvlib-python/releases) - [Commits](https://github.com/pvlib/pvlib-python/compare/v0.11.2...v0.12.0) --- updated-dependencies: - dependency-name: pvlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e22e32f..dd4653a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ requests==2.32.3 pandas==2.2.3 pendulum==3.0.0 platformdirs==4.3.6 -pvlib==0.11.2 +pvlib==0.12.0 pydantic==2.10.6 statsmodels==0.14.4