Skip to content

Commit

Permalink
build(deps): update matplotlib requirement from <3.8.0,>=3.3.0 to >=3…
Browse files Browse the repository at this point in the history
….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](matplotlib/matplotlib@v3.3.0...v3.8.4)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit bfcd4b0)
  • Loading branch information
dependabot[bot] authored and Borda committed May 15, 2024
1 parent 8deefe0 commit dd5b67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/visual.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dd5b67e

Please sign in to comment.