diff --git a/.binder/environment.yml b/.binder/environment.yml index fdc368c4..f7b3a4ac 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 744cd01e..fa46ec3c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15 diff --git a/docs/environment.yml b/docs/environment.yml index fa833e4b..2fca5a45 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- hatchling =1.31.0 +- hatchling =1.32.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15 diff --git a/pyproject.toml b/pyproject.toml index e0cff9d5..3c98c698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.31.0", + "hatchling==1.32.0", "hatch-vcs==0.5.0", ] build-backend = "hatchling.build"