From a7b03d58d148f9da7476827cdfc8725038e93836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 7 Dec 2023 21:59:41 +0100 Subject: [PATCH] [chore] update babel dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed3356340..bf2de70b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ ihatemoney = "ihatemoney.manage:cli" [tool.hatch.build.hooks.custom] dependencies = [ # Babel is needed to compile translations catalogs at package build time - "Babel>=2.10.1" + "Babel>=2.13.1" ] [tool.hatch.build]