From 39a6527cf9aa970ffa9a77921f5496be00314f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:25:45 +0000 Subject: [PATCH 1/2] Bump pylammpsmpi from 0.2.6 to 0.2.8 Bumps [pylammpsmpi](https://github.com/pyiron/pylammpsmpi) from 0.2.6 to 0.2.8. - [Release notes](https://github.com/pyiron/pylammpsmpi/releases) - [Commits](https://github.com/pyiron/pylammpsmpi/compare/pylammpsmpi-0.2.6...pylammpsmpi-0.2.8) --- updated-dependencies: - dependency-name: pylammpsmpi 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 978bc6b9..076a0664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ gpaw = [ "gpaw==23.9.1", ] lammps = [ - "pylammpsmpi==0.2.6", + "pylammpsmpi==0.2.8", "jinja2==3.1.2", "pandas==2.1.3", ] From 33eac924097777c42f3a742b2cec7edde2e0f11f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:30:01 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-lammps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-lammps.yml b/.ci_support/environment-lammps.yml index e9b813c1..464c4522 100644 --- a/.ci_support/environment-lammps.yml +++ b/.ci_support/environment-lammps.yml @@ -3,6 +3,6 @@ channels: dependencies: - lammps =2023.08.02 - pandas =2.1.3 -- pylammpsmpi =0.2.6 +- pylammpsmpi =0.2.8 - jinja2 =3.1.2 - iprpy-data =2023.07.25