From 79406d3f0759a9436123fc571c06283d17c7fe7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:20:12 +0000 Subject: [PATCH] Bump aiohttp from 3.13.3 to 3.14.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe5930b1..cfce97a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ keywords = [ "PV", ] dependencies = [ - "aiohttp==3.13.3", + "aiohttp==3.14.0", "numpy>=1.19.3", "pvlib>=0.12.0", "scipy>1.6.0",