Skip to content

Commit bb56642

Browse files
Bump pysqa from 0.3.2 to 0.3.3 (#849)
* Bump pysqa from 0.3.2 to 0.3.3 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](pyiron/pysqa@pysqa-0.3.2...pysqa-0.3.3) --- updated-dependencies: - dependency-name: pysqa dependency-version: 0.3.3 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>
1 parent 91a1d05 commit bb56642

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
@@ -17,6 +17,6 @@ dependencies:
1717
- matplotlib =3.10.6
1818
- networkx =3.4.2
1919
- pygraphviz =1.14
20-
- pysqa =0.3.2
20+
- pysqa =0.3.3
2121
- pyzmq =27.1.0
2222
- qe =7.5

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies:
1212
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
15-
- pysqa =0.3.2
15+
- pysqa =0.3.3
1616
- pyzmq =27.1.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies:
1212
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
15-
- pysqa =0.3.2
15+
- pysqa =0.3.3
1616
- 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.1
1616
- networkx =3.4.2
1717
- pygraphviz =1.14
18-
- pysqa =0.3.2
18+
- pysqa =0.3.3
1919
- pyzmq =27.1.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ graphnotebook = [
5252
]
5353
mpi = ["mpi4py==4.1.1"]
5454
cluster = [
55-
"pysqa==0.3.2",
55+
"pysqa==0.3.3",
5656
"h5py==3.15.0",
5757
]
5858
all = [
5959
"mpi4py==4.1.1",
60-
"pysqa==0.3.2",
60+
"pysqa==0.3.3",
6161
"h5py==3.15.0",
6262
"pygraphviz==1.14",
6363
"networkx==3.4.2",

0 commit comments

Comments
 (0)