From 9264d291fde25656acb331dda0ae9f8ae70e912c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:38:38 +0100 Subject: [PATCH 1/3] Bump jinja2 from 3.1.4 to 3.1.5 (#379) * Bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment-lammps.yml | 2 +- .ci_support/environment-notebooks.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index bc542529..9a12aed7 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -17,5 +17,5 @@ dependencies: - lammps =2024.06.27 - pandas =2.2.3 - pylammpsmpi =0.2.26 -- jinja2 =3.1.4 +- jinja2 =3.1.5 - jupyter-book =1.0.0 diff --git a/.ci_support/environment-lammps.yml b/.ci_support/environment-lammps.yml index f8abac5b..df66589b 100644 --- a/.ci_support/environment-lammps.yml +++ b/.ci_support/environment-lammps.yml @@ -5,6 +5,6 @@ dependencies: - openmpi =4.1.6 - pandas =2.2.3 - pylammpsmpi =0.2.26 -- jinja2 =3.1.4 +- jinja2 =3.1.5 - iprpy-data =2023.07.25 - dynaphopy =1.17.16 diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index fac8d6b0..8c602b88 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -7,5 +7,5 @@ dependencies: - lammps =2024.06.27 - pandas =2.2.3 - pylammpsmpi =0.2.26 -- jinja2 =3.1.4 +- jinja2 =3.1.5 - dynaphopy =1.17.16 diff --git a/binder/environment.yml b/binder/environment.yml index 189f3673..41ac674c 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -12,6 +12,6 @@ dependencies: - lammps =2024.06.27 - pandas =2.2.3 - pylammpsmpi =0.2.26 -- jinja2 =3.1.4 +- jinja2 =3.1.5 - dynaphopy =1.17.16 - tqdm =4.67.1 diff --git a/pyproject.toml b/pyproject.toml index dc8acbea..5ee33800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,12 +47,12 @@ gpaw = [ ] lammps = [ "pylammpsmpi==0.2.26", - "jinja2==3.1.4", + "jinja2==3.1.5", "pandas==2.2.3", ] lammps_phonons = [ "pylammpsmpi==0.2.26", - "jinja2==3.1.4", + "jinja2==3.1.5", "pandas==2.2.3", "dynaphopy==1.17.16", ] From 6de84b4c31bccd0dd834822fae8860af24b3e9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:41:01 +0100 Subject: [PATCH 2/3] Bump phonopy from 2.26.6 to 2.33.3 (#376) * Bump phonopy from 2.26.6 to 2.33.3 Bumps [phonopy](https://github.com/phonopy/phonopy) from 2.26.6 to 2.33.3. - [Changelog](https://github.com/phonopy/phonopy/blob/develop/doc/changelog.md) - [Commits](https://github.com/phonopy/phonopy/compare/v2.26.6...v2.33.3) --- updated-dependencies: - dependency-name: phonopy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 9a12aed7..6e7d7895 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -11,7 +11,7 @@ dependencies: - numpy =1.26.3 - scipy =1.14.1 - spglib =2.5.0 -- phonopy =2.26.6 +- phonopy =2.33.3 - structuretoolkit =0.0.28 - seekpath =2.1.0 - lammps =2024.06.27 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index b918866b..3c836f98 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - mendeleev =0.19.0 - numpy =1.26.4 - pandas =2.2.3 -- phonopy =2.26.6 +- phonopy =2.33.3 - requests =2.32.3 - scipy =1.14.1 - seekpath =2.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index 41ac674c..ad924db3 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - numpy =1.26.4 - scipy =1.14.1 - spglib =2.5.0 -- phonopy =2.26.6 +- phonopy =2.33.3 - structuretoolkit =0.0.28 - seekpath =2.1.0 - gpaw =24.6.0 diff --git a/pyproject.toml b/pyproject.toml index 5ee33800..38472233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/atomistics" [project.optional-dependencies] phonopy = [ - "phonopy==2.26.6", + "phonopy==2.33.3", "seekpath==2.1.0", "structuretoolkit==0.0.28", ] From 5ae70524917c3a18e27e74cb5f0703bd3a691bf1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:44:37 +0100 Subject: [PATCH 3/3] [pre-commit.ci] pre-commit autoupdate (#377) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.8.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ad33e7a..9ef108d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff name: ruff lint