From 5a48ff587da48ab7e46a4335c365300606f2da45 Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Fri, 4 Aug 2023 11:46:37 -0700 Subject: [PATCH] Make unit tests compatible with cookiecutter 2.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df3bf4a2fe..e3f3764467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "build", "cachetools~=5.3", "click<9.0", - "cookiecutter>=2.1.1, <3.0", + "cookiecutter>=2.3.0, <3.0", "dynaconf>=3.1.2, <4.0", "fsspec>=2021.4, <2024.1", # Upper bound set arbitrarily, to be reassessed in early 2024 "gitpython~=3.0",