From 82070d9ddd05656229cfa096bb32c22a291c7bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 02:39:23 +0000 Subject: [PATCH 1/2] Bump scipy from 1.12.0 to 1.13.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b30443a..d661be91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "ase==3.22.1", "numpy==1.26.4", - "scipy==1.12.0", + "scipy==1.13.0", "spglib==2.3.1", ] dynamic = ["version"] From ebda31f6400bd8547046314e3548c20938dfc852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 02:39:36 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index f1bf8755..c2c135e8 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -9,7 +9,7 @@ dependencies: - ase =3.22.1 - coverage - numpy =1.26.3 -- scipy =1.12.0 +- scipy =1.13.0 - spglib =2.2.0 - phonopy =2.22.1 - structuretoolkit =0.0.22 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 40d1b65e..33de0bdc 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - ase =3.22.1 - coverage - numpy =1.26.4 -- scipy =1.12.0 +- scipy =1.13.0 - spglib =2.3.1 - phonopy =2.22.1 - structuretoolkit =0.0.22 diff --git a/binder/environment.yml b/binder/environment.yml index 5babcfbb..656a2340 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -4,7 +4,7 @@ dependencies: - ase =3.22.1 - coverage - numpy =1.26.4 -- scipy =1.12.0 +- scipy =1.13.0 - spglib =2.3.1 - phonopy =2.22.1 - structuretoolkit =0.0.22