From 868e91b866601379447ca512c547fa9a3ba87154 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 28 Nov 2024 15:51:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20=E2=80=94=20Update=20hatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78b3c35..e14c17b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ dev = [ "black==23.3.0", "djlint>=1.34.0", - "hatch==1.9.4", + "hatch==1.13.0", "ipdb>=0.13,<0.14", "ipython>=8.16,<9", "isort==5.11.5",