mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-12 21:04:20 +03:00
Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 6.6.0 to 8.5.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/6.6.0...8.5.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
571 B
TOML
24 lines
571 B
TOML
[tool.poetry]
|
|
name = "ansible-manage-lvm"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Larry Smith Jr. <mrlesmithjr@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9,<4.0"
|
|
ansible = "8.5.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ansible-lint = "6.8.7"
|
|
black = "^22.10.0"
|
|
pylint = "^2.15.7"
|
|
flake8 = "^6.0.0"
|
|
cookiecutter = "^2.1.1"
|
|
pre-commit = "^2.20.0"
|
|
molecule-plugins = {extras = ["vagrant"], version = "^23.4.1"}
|
|
molecule = {extras = ["docker"], version = "^5.0.1"}
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|