From 977a0fe6765ef1ca74bf37e39426013b52885c87 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 2 Jun 2025 15:48:55 +0200 Subject: [PATCH 1/4] Update environment-mini.yml --- .ci_support/environment-mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 319ddfd2..e960676f 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -6,4 +6,4 @@ dependencies: - cloudpickle =3.1.0 - pyzmq =26.2.0 - hatchling =1.27.0 -- hatch-vcs =0.4.0 +- hatch-vcs =0.5.0 From 17ae00ac75eabfeee80172d41ea80d63214b9189 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 2 Jun 2025 15:49:37 +0200 Subject: [PATCH 2/4] Update dependabot.yml --- .github/workflows/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 4e9628d7..0712d9db 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -26,6 +26,7 @@ jobs: sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-openmpi.yml sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-win.yml sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-docs.yml + sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-mini.yml sed -i "/${package}/s/${from}/${to}/g" binder/environment.yml - name: UpdateDependabotPR commit run: | From de9e000abbfee6997bde8596acf08047d91f6e7a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 2 Jun 2025 15:51:47 +0200 Subject: [PATCH 3/4] Update environment-integration.yml --- .ci_support/environment-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index d0c974fa..4cf99cfd 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -10,7 +10,7 @@ dependencies: - pyzmq =26.3.0 - flux-core =0.59.0 - hatchling =1.27.0 -- hatch-vcs =0.4.0 +- hatch-vcs =0.5.0 - h5py - matplotlib =3.10.0 - networkx =3.4.2 @@ -19,4 +19,4 @@ dependencies: - ipython =9.0.2 - atomistics =0.2.4 - qe =7.2 -- gpaw =24.6.0 \ No newline at end of file +- gpaw =24.6.0 From af7f109cad3690fa3218fb5db0e7f25f812a836d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 2 Jun 2025 15:52:30 +0200 Subject: [PATCH 4/4] Update dependabot.yml --- .github/workflows/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 0712d9db..0641ddfe 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -27,6 +27,7 @@ jobs: sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-win.yml sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-docs.yml sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-mini.yml + sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-integration.yml sed -i "/${package}/s/${from}/${to}/g" binder/environment.yml - name: UpdateDependabotPR commit run: |