diff --git a/poetry.lock b/poetry.lock index 3cbf642f..88b2b4c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,7 +395,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" @@ -973,8 +973,8 @@ commonmark = [ {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"}, ] cookiecutter = [ - {file = "cookiecutter-1.7.3-py2.py3-none-any.whl", hash = "sha256:f8671531fa96ab14339d0c59b4f662a4f12a2ecacd94a0f70a3500843da588e2"}, - {file = "cookiecutter-1.7.3.tar.gz", hash = "sha256:6b9a4d72882e243be077a7397d0f1f76fe66cf3df91f3115dbb5330e214fa457"}, + {file = "cookiecutter-2.1.1-py2.py3-none-any.whl", hash = "sha256:f8671531fa96ab14339d0c59b4f662a4f12a2ecacd94a0f70a3500843da588e2"}, + {file = "cookiecutter-2.1.1.tar.gz", hash = "sha256:6b9a4d72882e243be077a7397d0f1f76fe66cf3df91f3115dbb5330e214fa457"}, ] cryptography = [ {file = "cryptography-3.2.1-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:6dc59630ecce8c1f558277ceb212c751d6730bd12c80ea96b4ac65637c4f55e7"}, diff --git a/pyproject.toml b/pyproject.toml index 7eabe948..e524abad 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>=1.1"] +requires = ["poetry>=1.1.8"] build-backend = "poetry.masonry.api"