Skip to content

Commit b09b30d

Browse files
authored
Update hatchling to 1.29.0 (#949)
1 parent 540af77 commit b09b30d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- flux-core =0.81.0
1313
- flux-pmix =0.6.0
1414
- gpaw =25.7.0
15-
- hatchling =1.28.0
15+
- hatchling =1.29.0
1616
- hatch-vcs =0.5.0
1717
- ipython =9.9.0
1818
- matplotlib =3.10.8

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
- python
55
- numpy =2.4.2
66
- cloudpickle =3.1.0
7-
- hatchling =1.28.0
7+
- hatchling =1.29.0
88
- hatch-vcs =0.5.0
99
- pyzmq =27.1.0

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- mpich
77
- cloudpickle =3.1.2
88
- h5py =3.15.1
9-
- hatchling =1.28.0
9+
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- openmpi
77
- cloudpickle =3.1.2
88
- h5py =3.15.1
9-
- hatchling =1.28.0
9+
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- msmpi
77
- cloudpickle =3.1.2
88
- h5py =3.15.1
9-
- hatchling =1.28.0
9+
- hatchling =1.29.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.1

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cloudpickle =3.1.2
88
- flux-core =0.81.0
99
- flux-pmix =0.6.0
10-
- hatchling =1.28.0
10+
- hatchling =1.29.0
1111
- hatch-vcs =0.5.0
1212
- h5py =3.15.1
1313
- ipython =9.9.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling==1.28.0",
3+
"hatchling==1.29.0",
44
"hatch-vcs==0.5.0",
55
"cloudpickle==3.1.2",
66
"pyzmq==27.1.0",

0 commit comments

Comments
 (0)