diff --git a/.config/mise.toml b/.config/mise.toml index 02f1e74..01a1fcb 100644 --- a/.config/mise.toml +++ b/.config/mise.toml @@ -1,6 +1,6 @@ [tools] python = "3.14.7" -"pipx:hatch" = { version = "1.17.1", uvx_args = "--with pip" } +"pipx:hatch" = { version = "1.18.0", uvx_args = "--with pip" } uv = "0.12.3" cargo-binstall = "1.21.1" diff --git a/pyproject.toml b/pyproject.toml index f209ab9..2840009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.31.0"] +requires = ["hatchling==1.32.0"] build-backend = "hatchling.build" [project]