From 59779dd68fcacf8eba2d719246053790b1aec866 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 22 Sep 2022 18:37:54 -0400 Subject: [PATCH] Ensure latest version source --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b0ab3a4777..c5bd914c03d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ # IN THE SOFTWARE. [build-system] -requires = ["hatchling", "hatch-requirements-txt", "hatch-nodejs-version"] +requires = ["hatchling", "hatch-requirements-txt", "hatch-nodejs-version>=0.3.0"] build-backend = "hatchling.build" [project]