From 17760ea13dbb5fbc424a49559b6b0b3ecd78dd3e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 12 Feb 2024 08:37:34 +0100 Subject: [PATCH 1/3] Switch dependabot to daily --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46e2183a..8851a4b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,5 @@ updates: - package-ecosystem: pip directory: "/" schedule: - interval: weekly - day: monday - open-pull-requests-limit: 10 \ No newline at end of file + interval: "daily" + open-pull-requests-limit: 10 From 5f2261c92bca28f1aedc79ae989891b40b07d6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:38:22 +0000 Subject: [PATCH 2/3] Bump structuretoolkit from 0.0.18 to 0.0.21 Bumps [structuretoolkit](https://github.com/pyiron/structuretoolkit) from 0.0.18 to 0.0.21. - [Release notes](https://github.com/pyiron/structuretoolkit/releases) - [Commits](https://github.com/pyiron/structuretoolkit/compare/structuretoolkit-0.0.18...structuretoolkit-0.0.21) --- updated-dependencies: - dependency-name: structuretoolkit 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 fd0462fe..36cb481e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Repository = "https://github.com/pyiron/atomistics" phonopy = [ "phonopy==2.21.0", "seekpath==2.1.0", - "structuretoolkit==0.0.18", + "structuretoolkit==0.0.21", ] gpaw = [ "gpaw==24.1.0", From 92c45e7e85cb24de68a5675a2c809f32129e0421 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:57:27 +0000 Subject: [PATCH 3/3] [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 3a60aa10..50c47ec2 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -12,7 +12,7 @@ dependencies: - scipy =1.12.0 - spglib =2.2.0 - phonopy =2.21.0 -- structuretoolkit =0.0.18 +- structuretoolkit =0.0.21 - seekpath =2.1.0 - lammps =2023.11.21 - pandas =2.2.0 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 290781b7..581d5c9c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,5 +7,5 @@ dependencies: - scipy =1.12.0 - spglib =2.3.0 - phonopy =2.21.0 -- structuretoolkit =0.0.18 +- structuretoolkit =0.0.21 - seekpath =2.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index 1bd446f2..f1d89e00 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -7,7 +7,7 @@ dependencies: - scipy =1.12.0 - spglib =2.3.0 - phonopy =2.21.0 -- structuretoolkit =0.0.18 +- structuretoolkit =0.0.21 - seekpath =2.1.0 - gpaw =24.1.0 - lammps =2023.11.21