Skip to content

Commit

Permalink
build(deps-dev): update matplotlib requirement
Browse files Browse the repository at this point in the history
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.5.3...v3.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 4b1ad04 commit d831c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ testing = [
"ipython!=8.1.0,<8.16",
"ipywidgets>=8",
"jupytext>=1.11.2,<1.15.0",
"matplotlib>=3.5.3,<3.6", # TODO mpl 3.6 subtly changes output of test regressions
"matplotlib>=3.5.3,<3.9", # TODO mpl 3.6 subtly changes output of test regressions
"nbdime",
"numpy",
"pandas",
Expand Down

0 comments on commit d831c35

Please sign in to comment.