diff --git a/pyproject.toml b/pyproject.toml index df3bf4a2fe..836c92ea64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ description = "Kedro helps you build production-ready data and analytics pipelines" requires-python = ">=3.7" dependencies = [ - "anyconfig~=0.10.0", + "anyconfig>=0.10,<0.14", "attrs>=21.3", "build", "cachetools~=5.3",