From e1b490647ebbb95faa3305f7ed5500a33811f29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:40:11 +0000 Subject: [PATCH 1/2] Bump pysqa from 0.2.0 to 0.2.1 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](https://github.com/pyiron/pysqa/compare/pysqa-0.2.0...pysqa-0.2.1) --- updated-dependencies: - dependency-name: pysqa 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 2ae84e1a..44b48b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ graph = [ "networkx==3.4.2", "ipython==8.29.0", ] -queue = ["pysqa==0.2.0"] +queue = ["pysqa==0.2.1"] [tool.setuptools.packages.find] include = ["executorlib*"] From 3eef7cdc6001bebed4c62e3f2311e7076d017d4c Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Wed, 30 Oct 2024 12:40:31 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 0eaa4e3f..69641d40 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -12,5 +12,5 @@ dependencies: - networkx =3.4.2 - pygraphviz =1.14 - ipython =8.29.0 -- pysqa =0.2.0 +- pysqa =0.2.1 - setuptools =75.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index c682edb4..fca63dbb 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -11,6 +11,6 @@ dependencies: - matplotlib =3.9.2 - networkx =3.4.2 - pygraphviz =1.14 -- pysqa =0.2.0 +- pysqa =0.2.1 - ipython =8.29.0 - setuptools =75.1.0