From 0c6371511ea806da27460697aa4ff1ae0ed81348 Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Sun, 3 Mar 2024 15:40:29 -0800 Subject: [PATCH] Update hatchling to version 1.21.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f069de95..7a17ec55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.5"] +requires = ["hatchling>=1.21.1"] build-backend = "hatchling.build" [project]