Skip to content

Commit

Permalink
Update matplotlib requirement from ~=3.8 to ~=3.9
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.8.0...v3.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent bd0d660 commit 73a0a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sunpy~=5.1
astropy~=6.0
numpy~=1.26
matplotlib~=3.8
matplotlib~=3.9
networkx~=3.3
ndcube~=2.2
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sunpy~=5.1
astropy~=6.0
numpy~=1.26
matplotlib~=3.8
matplotlib~=3.9
networkx~=3.3
ndcube~=2.2

Expand Down

0 comments on commit 73a0a1c

Please sign in to comment.