diff --git a/.binder/environment.yml b/.binder/environment.yml index cdbf3b66..0c28c574 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -6,7 +6,7 @@ dependencies: - cloudpickle =3.1.2 - executorlib =1.7.3 - graphviz =9.0.0 -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - pandas =2.3.3 - pint =0.25 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index cdbf3b66..0c28c574 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - cloudpickle =3.1.2 - executorlib =1.7.3 - graphviz =9.0.0 -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - pandas =2.3.3 - pint =0.25 diff --git a/docs/environment.yml b/docs/environment.yml index 3b52827c..1afe6cb7 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -12,7 +12,7 @@ dependencies: - cloudpickle =3.1.2 - executorlib =1.7.3 - graphviz =9.0.0 -- hatchling =1.27.0 +- hatchling =1.28.0 - hatch-vcs =0.5.0 - pandas =2.3.3 - pint =0.25 diff --git a/pyproject.toml b/pyproject.toml index 9c197924..8c8df151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.27.0", + "hatchling==1.28.0", "hatch-vcs==0.5.0", "bagofholding", "bidict",