diff --git a/pyproject.toml b/pyproject.toml index 2583784..e535afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ select = ["E4", "E7", "E9", "F", "I"] testpaths = [".agents/skills/phase6/tests"] [build-system] -requires = ["hatchling==1.27.0"] +requires = ["hatchling==1.32.0"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] diff --git a/uv.lock b/uv.lock index 2ab074d..b036e42 100644 --- a/uv.lock +++ b/uv.lock @@ -576,7 +576,7 @@ wheels = [ [[package]] name = "pyphase6" -version = "1.0.0" +version = "1.1.0" source = { editable = "." } dependencies = [ { name = "playwright" },