update cookiecutter version

This commit is contained in:
vcerenu 2022-07-05 10:53:31 -03:00
parent 022bff91fc
commit 6365d880f1
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

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

View File

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