From dd5b67efa80068a6315d64c568b40b3f302f7750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 14:18:46 +0200 Subject: [PATCH] build(deps): update matplotlib requirement from <3.8.0,>=3.3.0 to >=3.3.0,<3.9.0 in /requirements (#2541) 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.3.0...v3.8.4) --- 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> (cherry picked from commit bfcd4b0e5bfa1256ef9c142956a86df57542a668) --- requirements/visual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/visual.txt b/requirements/visual.txt index 75fa5f4da97..2a64510237d 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.3.0, <3.8.0 +matplotlib >=3.3.0, <3.9.0 SciencePlots >= 2.0.0, <2.2.0