Skip to content

Commit a81752a

Browse files
authored
Update hatchling to 1.30.1 (#996)
1 parent bcac66a commit a81752a

8 files changed

Lines changed: 9 additions & 9 deletions

.ci_support/environment-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ channels:
22
- conda-forge
33
dependencies:
44
- flux-core
5-
- hatchling
6-
- hatch-vcs
5+
- hatchling =1.30.1
6+
- hatch-vcs =0.5.0
77
- myst-parser
88
- nbsphinx
99
- numpy

.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.29.0
15+
- hatchling =1.30.1
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.29.0
7+
- hatchling =1.30.1
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.16.0
9-
- hatchling =1.29.0
9+
- hatchling =1.30.1
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.2

.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.16.0
9-
- hatchling =1.29.0
9+
- hatchling =1.30.1
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.2

.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.16.0
9-
- hatchling =1.29.0
9+
- hatchling =1.30.1
1010
- hatch-vcs =0.5.0
1111
- ipython =9.9.0
1212
- mpi4py =4.1.2

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.29.0
10+
- hatchling =1.30.1
1111
- hatch-vcs =0.5.0
1212
- h5py =3.16.0
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.29.0",
3+
"hatchling==1.30.1",
44
"hatch-vcs==0.5.0",
55
"cloudpickle==3.1.2",
66
"pyzmq==27.1.0",

0 commit comments

Comments
 (0)