diff --git a/.binder/environment.yml b/.binder/environment.yml index 3e15ee1a..a266699b 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -6,7 +6,7 @@ dependencies: - cloudpickle =3.1.2 - executorlib =1.8.0 - graphviz =9.0.0 -- hatchling =1.28.0 +- hatchling =1.29.0 - hatch-vcs =0.5.0 - pandas =3.0.0 - pint =0.25 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 3e15ee1a..a266699b 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - cloudpickle =3.1.2 - executorlib =1.8.0 - graphviz =9.0.0 -- hatchling =1.28.0 +- hatchling =1.29.0 - hatch-vcs =0.5.0 - pandas =3.0.0 - pint =0.25 diff --git a/docs/environment.yml b/docs/environment.yml index 05f6aa16..02c55540 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -12,7 +12,7 @@ dependencies: - cloudpickle =3.1.2 - executorlib =1.8.0 - graphviz =9.0.0 -- hatchling =1.28.0 +- hatchling =1.29.0 - hatch-vcs =0.5.0 - pandas =3.0.0 - pint =0.25 diff --git a/pyproject.toml b/pyproject.toml index d471d54d..574ad54b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling==1.28.0", + "hatchling==1.29.0", "hatch-vcs==0.5.0", "bagofholding", "bidict",