From 57a8573085a6993e0a8d6b8be4adfd41a975eb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:27:07 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.8.2 to 3.8.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab228859d..43ce81086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ grainboundary = [ ] pyscal = ["pyscal2==2.10.18"] nglview = ["nglview==3.1.1"] -matplotlib = ["matplotlib==3.8.2"] +matplotlib = ["matplotlib==3.8.3"] plotly = ["plotly==5.18.0"] clusters = ["scikit-learn==1.4.1.post1"] symmetry = ["spglib==2.3.1"] From dd28c5c49f28d15d96af3511b0433a146d3242ea Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Fri, 16 Feb 2024 17:29:54 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index a06a997b3..beef457e1 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - ase =3.22.1 - coverage - dscribe =2.1.0 -- matplotlib-base =3.8.2 +- matplotlib-base =3.8.3 - nglview =3.1.1 - notebook - numpy =1.26.4