From 00741978d44cf640072085fe42b11942e4963c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 06:23:00 +0000 Subject: [PATCH] build(deps): update matplotlib requirement from <3.11.0 to <3.12.0 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.3.0...v3.11.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtd_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd_requirements.txt b/rtd_requirements.txt index deefb500..614aa73c 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -3,7 +3,7 @@ demandlib < 0.3.0 egoio >= 0.4.7, < 0.5.0 geopy >= 2.4.1, < 2.5.0 jupyter_dash < 0.5.0 -matplotlib < 3.11.0 +matplotlib < 3.12.0 multiprocess < 0.71.0 networkx >= 3.6.1, < 3.7.0 pandas >= 1.4.0, < 2.2.0 diff --git a/setup.py b/setup.py index d14da8b2..b1ea6f14 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(fname): "geopy >= 2.0.0, < 2.5.0", "jupyterlab < 4.6.0", "jupyter_dash < 0.5.0", - "matplotlib >= 3.3.0, < 3.11.0", + "matplotlib >= 3.3.0, < 3.12.0", "multiprocess < 0.71.0", "networkx >= 2.5.0, < 3.7.0", # newer pandas versions don't work with specified sqlalchemy versions, but upgrading