From b77746d56bf11364bfe8693ef0a677bb1f85d9f2 Mon Sep 17 00:00:00 2001 From: "timhls-renovate[bot]" <307201189+timhls-renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:12:32 +0000 Subject: [PATCH] chore(deps): Update dependency hatchling to v1.32.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },