change cookiecutter version

This commit is contained in:
vcerenu 2022-07-04 15:09:25 -03:00
parent e97bd370ca
commit 121fe19c12
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -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"},

View File

@ -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"