From 9464311b0f3cbc81f19fc4c212835d733df44562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:44:52 +0000 Subject: [PATCH] Bump pysqa from 0.2.2 to 0.2.3 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](https://github.com/pyiron/pysqa/compare/pysqa-0.2.2...pysqa-0.2.3) --- updated-dependencies: - dependency-name: pysqa dependency-type: direct:production 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 be3f3267..7d02ee47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,12 +48,12 @@ graphnotebook = [ ] mpi = ["mpi4py==4.0.1"] submission = [ - "pysqa==0.2.2", + "pysqa==0.2.3", "h5py==3.12.1", ] all = [ "mpi4py==4.0.1", - "pysqa==0.2.2", + "pysqa==0.2.3", "h5py==3.12.1", "pygraphviz==1.14", "networkx==3.4.2",