Skip to content

Commit

Permalink
[dep]: Update matplotlib requirement from ~=3.7.0 to ~=3.8.2
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.7.0...v3.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 10, 2024
1 parent 1a143ed commit e9b622f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/pre-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
matplotlib~=3.7.0
matplotlib~=3.8.2
pandas
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib~=3.7.0
matplotlib~=3.8.2
numpy~=1.24.2
dill~=0.3.6
plotly~=5.14.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib~=3.7.0
matplotlib~=3.8.2
numpy~=1.24.2
dill~=0.3.6
plotly~=5.14.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
matplotlib~=3.7.0
matplotlib~=3.8.2
numpy~=1.24.2
dill~=0.3.6

0 comments on commit e9b622f

Please sign in to comment.