Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent cd24d2b commit 7d1ee53
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.6.0, <3.10.0
matplotlib >=3.6.0, <3.11.0
SciencePlots >= 2.0.0, <2.2.0

0 comments on commit 7d1ee53

Please sign in to comment.