From b96c5a4104d86214a8f0290656ecfcac42671f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:02:48 +0000 Subject: [PATCH 1/2] Bump pysqa from 0.4.3 to 0.4.4 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](https://github.com/pyiron/pysqa/compare/pysqa-0.4.3...pysqa-0.4.4) --- updated-dependencies: - dependency-name: pysqa dependency-version: 0.4.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63138935..1d40007b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ graphnotebook = [ ] mpi = ["mpi4py==4.1.2"] cluster = [ - "pysqa==0.4.3", + "pysqa==0.4.4", "h5py==3.16.0", ] validation = [ @@ -61,7 +61,7 @@ validation = [ ] all = [ "mpi4py==4.1.2", - "pysqa==0.4.3", + "pysqa==0.4.4", "h5py==3.16.0", "pydantic==2.13.4", "pygraphviz==1.14", From e93af35bd1cf3833d3a05d65e210f68db197abe9 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Wed, 29 Jul 2026 12:03:07 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-integration.yml | 2 +- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- binder/environment.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index 0898ad09..ae10291c 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -19,6 +19,6 @@ dependencies: - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 -- pysqa =0.4.3 +- pysqa =0.4.4 - pyzmq =27.1.0 - qe =7.5 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index a5af1371..18817908 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -13,5 +13,5 @@ dependencies: - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 -- pysqa =0.4.3 +- pysqa =0.4.4 - pyzmq =27.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 32870659..08b940bd 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -13,5 +13,5 @@ dependencies: - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 -- pysqa =0.4.3 +- pysqa =0.4.4 - pyzmq =27.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index e989b600..bb730292 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -15,5 +15,5 @@ dependencies: - mpi4py =4.1.2 - networkx =3.6.1 - pygraphviz =1.14 -- pysqa =0.4.3 +- pysqa =0.4.4 - pyzmq =27.1.0