From 038eaec11b75c0b8a52e87228ff79d05b7806588 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 11 Nov 2024 17:27:44 +0100
Subject: [PATCH] Bump pysqa from 0.2.1 to 0.2.2 (#493)

* Bump pysqa from 0.2.1 to 0.2.2

Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/pyiron/pysqa/releases)
- [Commits](https://github.com/pyiron/pysqa/compare/pysqa-0.2.1...pysqa-0.2.2)

---
updated-dependencies:
- dependency-name: pysqa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [dependabot skip] Update environment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyironrunner <pyiron@mpie.de>
---
 .ci_support/environment-mpich.yml   | 2 +-
 .ci_support/environment-openmpi.yml | 2 +-
 pyproject.toml                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml
index 69641d40..2031c9de 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.1
+- pysqa =0.2.2
 - setuptools =75.1.0
diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml
index fca63dbb..e58d7df8 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.1
+- pysqa =0.2.2
 - ipython =8.29.0
 - setuptools =75.1.0
diff --git a/pyproject.toml b/pyproject.toml
index 44b48b01..ddbdc55e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,7 +44,7 @@ graph = [
     "networkx==3.4.2",
     "ipython==8.29.0",
 ]
-queue = ["pysqa==0.2.1"]
+queue = ["pysqa==0.2.2"]
 
 [tool.setuptools.packages.find]
 include = ["executorlib*"]