From 3f3a291a8e19602a6d72949168399c410f0cdaf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:54:36 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.9 to ~=3.10 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f29bb10..ae62b42 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ pre-commit~=3.7 ruff~=0.4 colorlog~=6.8 pvlib~=0.11 -matplotlib~=3.9 +matplotlib~=3.10 ipykernel~=6.29