From a1ee896977ecf3a8463785300e102f5b4c73b94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:03:00 +0000 Subject: [PATCH 1/2] Bump pysqa from 0.4.2 to 0.4.3 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](https://github.com/pyiron/pysqa/compare/pysqa-0.4.2...pysqa-0.4.3) --- updated-dependencies: - dependency-name: pysqa dependency-version: 0.4.3 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 2e1348bb..be5587e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ graphnotebook = [ ] mpi = ["mpi4py==4.1.2"] cluster = [ - "pysqa==0.4.2", + "pysqa==0.4.3", "h5py==3.16.0", ] validation = [ @@ -61,7 +61,7 @@ validation = [ ] all = [ "mpi4py==4.1.2", - "pysqa==0.4.2", + "pysqa==0.4.3", "h5py==3.16.0", "pydantic==2.13.4", "pygraphviz==1.14", From f744f26c24336bd3c3f8fc03205778ae120d3c3f Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Wed, 17 Jun 2026 12:03:17 +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 36b60e19..fa457878 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.2 +- pysqa =0.4.3 - pyzmq =27.1.0 - qe =7.5 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 9016bf06..21fdd6cc 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.2 +- pysqa =0.4.3 - pyzmq =27.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 16419686..9e91e9ac 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.2 +- pysqa =0.4.3 - pyzmq =27.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index 184a480d..5fd40d6b 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.2 +- pysqa =0.4.3 - pyzmq =27.1.0