Skip to content

Commit 4848ef9

Browse files
Bump pysqa from 0.4.2 to 0.4.3 (#1022)
* Bump pysqa from 0.4.2 to 0.4.3 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](pyiron/pysqa@pysqa-0.4.2...pysqa-0.4.3) --- updated-dependencies: - dependency-name: pysqa dependency-version: 0.4.3 dependency-type: direct:development 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>
1 parent 640e440 commit 4848ef9

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ dependencies:
1919
- networkx =3.6.1
2020
- pydantic =2.13.4
2121
- pygraphviz =1.14
22-
- pysqa =0.4.2
22+
- pysqa =0.4.3
2323
- pyzmq =27.1.0
2424
- qe =7.5

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
- networkx =3.6.1
1414
- pydantic =2.13.4
1515
- pygraphviz =1.14
16-
- pysqa =0.4.2
16+
- pysqa =0.4.3
1717
- pyzmq =27.1.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
- networkx =3.6.1
1414
- pydantic =2.13.4
1515
- pygraphviz =1.14
16-
- pysqa =0.4.2
16+
- pysqa =0.4.3
1717
- pyzmq =27.1.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies:
1515
- mpi4py =4.1.2
1616
- networkx =3.6.1
1717
- pygraphviz =1.14
18-
- pysqa =0.4.2
18+
- pysqa =0.4.3
1919
- pyzmq =27.1.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ graphnotebook = [
5353
]
5454
mpi = ["mpi4py==4.1.2"]
5555
cluster = [
56-
"pysqa==0.4.2",
56+
"pysqa==0.4.3",
5757
"h5py==3.16.0",
5858
]
5959
validation = [
6060
"pydantic==2.13.4",
6161
]
6262
all = [
6363
"mpi4py==4.1.2",
64-
"pysqa==0.4.2",
64+
"pysqa==0.4.3",
6565
"h5py==3.16.0",
6666
"pydantic==2.13.4",
6767
"pygraphviz==1.14",

0 commit comments

Comments
 (0)