diff --git a/poetry.lock b/poetry.lock index efc20877..6be6ea0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -226,7 +226,7 @@ test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"] [[package]] name = "cookiecutter" -version = "1.7.3" +version = "2.1.1" description = "A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template." category = "dev" optional = false @@ -410,7 +410,7 @@ ansible-lint = ">=5.0.12" cerberus = ">=1.3.1,<1.3.3 || >1.3.3,<1.3.4 || >1.3.4" click = ">=8.0,<9" click-help-colors = ">=0.9" -cookiecutter = ">=1.7.3" +cookiecutter = ">=2.1.1" dataclasses = {version = "*", markers = "python_version < \"3.7\""} enrich = ">=1.2.5" Jinja2 = ">=2.10.1" diff --git a/pyproject.toml b/pyproject.toml index 1b06e8e8..28b6ee35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,5 +24,5 @@ molecule = {extras = ["docker"], version = "==3.3.4"} testinfra = "^6.0.0" [build-system] -requires = ["poetry>=0.12"] +requires = ["poetry>=1.1.8"] build-backend = "poetry.masonry.api"