update cookiecutter version
This commit is contained in:
parent
022bff91fc
commit
6365d880f1
4
poetry.lock
generated
4
poetry.lock
generated
@ -226,7 +226,7 @@ test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cookiecutter"
|
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."
|
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"
|
category = "dev"
|
||||||
optional = false
|
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"
|
cerberus = ">=1.3.1,<1.3.3 || >1.3.3,<1.3.4 || >1.3.4"
|
||||||
click = ">=8.0,<9"
|
click = ">=8.0,<9"
|
||||||
click-help-colors = ">=0.9"
|
click-help-colors = ">=0.9"
|
||||||
cookiecutter = ">=1.7.3"
|
cookiecutter = ">=2.1.1"
|
||||||
dataclasses = {version = "*", markers = "python_version < \"3.7\""}
|
dataclasses = {version = "*", markers = "python_version < \"3.7\""}
|
||||||
enrich = ">=1.2.5"
|
enrich = ">=1.2.5"
|
||||||
Jinja2 = ">=2.10.1"
|
Jinja2 = ">=2.10.1"
|
||||||
|
|||||||
@ -24,5 +24,5 @@ molecule = {extras = ["docker"], version = "==3.3.4"}
|
|||||||
testinfra = "^6.0.0"
|
testinfra = "^6.0.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=1.1.8"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user