Skip to content

Commit

Permalink
Bump pysqa from 0.2.2 to 0.2.3 (#536)
Browse files Browse the repository at this point in the history
* 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](pyiron/pysqa@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] <[email protected]>

* [dependabot skip] Update environment

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyironrunner <[email protected]>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Jan 6, 2025
1 parent 403d51f commit 76e6180
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- networkx =3.4.2
- pygraphviz =1.14
- ipython =8.31.0
- pysqa =0.2.2
- pysqa =0.2.3
- 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 @@ -10,6 +10,6 @@ dependencies:
- h5py =3.12.1
- networkx =3.4.2
- pygraphviz =1.14
- pysqa =0.2.2
- pysqa =0.2.3
- ipython =8.31.0
- setuptools =75.1.0
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
- matplotlib =3.10.0
- networkx =3.4.2
- pygraphviz =1.14
- pysqa =0.2.2
- pysqa =0.2.3
- ipython =8.31.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76e6180

Please sign in to comment.