wazuh-ansible-4.8.1/pyproject.toml
dependabot[bot] 56e47294e9
Bump pytest from 5.4.3 to 7.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 7.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.4.3...7.0.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 17:46:49 +00:00

29 lines
663 B
TOML

[tool.poetry]
name = "wazuh-ansible"
version = "4.3.0"
description = ""
authors = ["neonmei <neonmei@pm.me>"]
[tool.poetry.dependencies]
python = "^3.6"
# Pin ansible version to that currently present on awx
ansible = "==2.9.5"
jinja2 = "^2.11.2"
[tool.poetry.dev-dependencies]
pytest = "^7.0"
ansible-lint = "^5.4.0"
flake8 = "^3.8.4"
selinux = "^0.2.1"
yamllint = "^1.25.0"
# minimum version is 3.0.3, because we need docker memory limitation
# https://github.com/ansible-community/molecule/pull/2615
molecule = {extras = ["docker"], version = "==3.0.8"}
testinfra = "^6.0.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"