Skip to content

Commit

Permalink
Bump matplotlib from 3.9.3 to 3.9.4 (#294)
Browse files Browse the repository at this point in the history
* Bump matplotlib from 3.9.3 to 3.9.4

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.3...v3.9.4)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update environment

* Update automerge.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyironrunner <[email protected]>
Co-authored-by: Jan Janssen <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2024
1 parent 1de22fb commit b6697d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- ase =3.23.0
- coverage
- dscribe =2.1.1
- matplotlib-base =3.9.3
- matplotlib-base =3.9.4
- nglview =3.1.4
- notebook
- numpy =1.26.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bot auto-merge
on:
pull_request: # yamllint disable-line rule:truthy
workflow_run:
workflows: ["Black", "Coverage", "Pip check", "Minimal Installation Test", "Unittests", "Unittest Lower Bound"]
workflows: ["Black", "Pip check", "Minimal Installation Test", "Unittests", "Unittest Lower Bound"]
types: [completed]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ grainboundary = [
]
pyscal = ["pyscal3==3.2.7"]
nglview = ["nglview==3.1.4"]
matplotlib = ["matplotlib==3.9.3"]
matplotlib = ["matplotlib==3.9.4"]
plotly = ["plotly==5.24.1"]
clusters = ["scikit-learn==1.6.0"]
symmetry = ["spglib==2.5.0"]
Expand Down

0 comments on commit b6697d6

Please sign in to comment.