Skip to content

Commit

Permalink
Bump pysqa from 0.2.0 to 0.2.1 (#472)
Browse files Browse the repository at this point in the history
* 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](pyiron/pysqa@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] <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>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Oct 30, 2024
1 parent 3923359 commit 2c5279d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"]
Expand Down

0 comments on commit 2c5279d

Please sign in to comment.