diff --git a/.binder/environment.yml b/.binder/environment.yml index 29119709..741c93b2 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.30.1 +- hatchling =1.31.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 5312815a..ffb02879 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- hatchling =1.30.1 +- hatchling =1.31.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 aea5d1c2..fcf69dd5 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- hatchling =1.30.1 +- hatchling =1.31.0 - hatch-vcs =0.5.0 - packaging =26.2 - python >=3.11, <3.15 diff --git a/pyproject.toml b/pyproject.toml index aa4eae94..e2f056d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.30.1", + "hatchling==1.31.0", "hatch-vcs==0.5.0", ] build-backend = "hatchling.build"