From 0ad4f219cd78ba4ed11158318d32da916f78b9d6 Mon Sep 17 00:00:00 2001 From: k9ert Date: Fri, 3 Mar 2023 14:16:02 +0100 Subject: [PATCH] Chore: pin babel to 2.11.0, fixes #2280 (#2281) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75500a72f..fb795dc37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools<=65.7.0", "setuptools_scm[toml]>=6.2", - "babel", + "babel==2.11.0", "build==0.10.0", "wheel", "twine"