From 7d1ee53c035c76412cff9ce7ba724eb5940316a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:21:06 +0900 Subject: [PATCH] build(deps): update matplotlib requirement from <3.10.0,>=3.6.0 to >=3.6.0,<3.11.0 in /requirements (#2870) build(deps): update matplotlib requirement in /requirements 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.6.0...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/visual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/visual.txt b/requirements/visual.txt index 1cdc4060a8b..a647e2196a2 100644 --- a/requirements/visual.txt +++ b/requirements/visual.txt @@ -1,5 +1,5 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -matplotlib >=3.6.0, <3.10.0 +matplotlib >=3.6.0, <3.11.0 SciencePlots >= 2.0.0, <2.2.0