Merge pull request #813 from wazuh/change_version_dependency
Change cookiecutter version
This commit is contained in:
commit
bc549d32ca
8
poetry.lock
generated
8
poetry.lock
generated
@ -212,7 +212,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
|
||||||
@ -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"
|
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"
|
||||||
@ -973,8 +973,8 @@ commonmark = [
|
|||||||
{file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
|
{file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
|
||||||
]
|
]
|
||||||
cookiecutter = [
|
cookiecutter = [
|
||||||
{file = "cookiecutter-1.7.3-py2.py3-none-any.whl", hash = "sha256:f8671531fa96ab14339d0c59b4f662a4f12a2ecacd94a0f70a3500843da588e2"},
|
{file = "cookiecutter-2.1.1-py2.py3-none-any.whl", hash = "sha256:f8671531fa96ab14339d0c59b4f662a4f12a2ecacd94a0f70a3500843da588e2"},
|
||||||
{file = "cookiecutter-1.7.3.tar.gz", hash = "sha256:6b9a4d72882e243be077a7397d0f1f76fe66cf3df91f3115dbb5330e214fa457"},
|
{file = "cookiecutter-2.1.1.tar.gz", hash = "sha256:f3982be8d9c53dac1261864013fdec7f83afd2e42ede6f6dd069c5e149c540d5"},
|
||||||
]
|
]
|
||||||
cryptography = [
|
cryptography = [
|
||||||
{file = "cryptography-3.2.1-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:6dc59630ecce8c1f558277ceb212c751d6730bd12c80ea96b4ac65637c4f55e7"},
|
{file = "cryptography-3.2.1-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:6dc59630ecce8c1f558277ceb212c751d6730bd12c80ea96b4ac65637c4f55e7"},
|
||||||
|
|||||||
@ -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