diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 63f1dfe1..06cbcd83 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - flux-core -- hatchling =1.32.0 +- hatchling =1.32.3 - hatch-vcs =0.5.0 - myst-parser - nbsphinx diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index f780427b..e340a084 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -12,7 +12,7 @@ dependencies: - flux-core =0.87.0 - flux-pmix =0.7.1 - gpaw =25.7.0 -- hatchling =1.32.0 +- hatchling =1.32.3 - hatch-vcs =0.5.0 - ipython =9.9.0 - matplotlib =3.10.8 diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 0d572ea0..47e439ad 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -4,6 +4,6 @@ dependencies: - python - numpy =2.4.2 - cloudpickle =3.1.0 -- hatchling =1.32.0 +- hatchling =1.32.3 - hatch-vcs =0.5.0 - pyzmq =27.2.0 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index aa419fc7..c946d0d6 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,7 +6,7 @@ dependencies: - mpich - cloudpickle =3.1.2 - h5py =3.16.0 -- hatchling =1.32.0 +- hatchling =1.32.3 - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.2 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 03dc1b2a..0c5c6970 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,7 +6,7 @@ dependencies: - openmpi - cloudpickle =3.1.2 - h5py =3.16.0 -- hatchling =1.32.0 +- hatchling =1.32.3 - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.2 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 72bba938..e7f219c3 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -6,7 +6,7 @@ dependencies: - msmpi - cloudpickle =3.1.2 - h5py =3.16.0 -- hatchling =1.32.0 +- hatchling =1.32.3 - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.2 diff --git a/binder/environment.yml b/binder/environment.yml index dd48883b..93ebd019 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -7,7 +7,7 @@ dependencies: - cloudpickle =3.1.2 - flux-core =0.87.0 - flux-pmix =0.7.1 -- hatchling =1.32.0 +- hatchling =1.32.3 - hatch-vcs =0.5.0 - h5py =3.16.0 - ipython =9.9.0 diff --git a/pyproject.toml b/pyproject.toml index 0c3e44c5..8889f6cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.32.0", + "hatchling==1.32.3", "hatch-vcs==0.5.0", "cloudpickle==3.1.2", "pyzmq==27.2.0",