From 4df13c74c9b54644d8d61958b5488eb0372db220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:43:42 +0000 Subject: [PATCH] Update hatch-group --- .config/mise.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]