diff --git a/poetry.lock b/poetry.lock index 43153a6..282ca90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "ansible" @@ -59,14 +59,14 @@ resolvelib = ">=0.5.3,<0.9.0" [[package]] name = "ansible-lint" -version = "6.14.6" +version = "6.15.0" description = "Checks playbooks for practices and behavior that could potentially be improved" category = "dev" optional = false python-versions = ">=3.9" files = [ - {file = "ansible-lint-6.14.6.tar.gz", hash = "sha256:2a364458ae46c8edc3d6b5a78ac573dc1a49eec64c856c85a2cb205ea3d38a2e"}, - {file = "ansible_lint-6.14.6-py3-none-any.whl", hash = "sha256:78f4f5828682f9a5f66e0f17bcc67d2731e4ecf652d7e924d236bbcd9c44fea0"}, + {file = "ansible-lint-6.15.0.tar.gz", hash = "sha256:4ce790cf0006760ba01d8b946d80303702fc7454bd19c6b3079dd98d40517e6f"}, + {file = "ansible_lint-6.15.0-py3-none-any.whl", hash = "sha256:e5a3b7bd1ebe3cc1c574d1bd3de756bdf157110559024c50d34b5479d47290ba"}, ] [package.dependencies] @@ -84,8 +84,8 @@ yamllint = ">=1.30.0" [package.extras] docs = ["mkdocs-ansible[lock] (>=0.1.4)", "pipdeptree (>=2.4.0)"] -lock = ["ansible-core (==2.14.4)", "attrs (==22.2.0)", "black (==23.3.0)", "bracex (==2.3.post1)", "cffi (==1.15.1)", "click (==8.1.3)", "cryptography (==40.0.1)", "filelock (==3.11.0)", "jinja2 (==3.1.2)", "jsonschema (==4.17.3)", "markdown-it-py (==2.2.0)", "markupsafe (==2.1.2)", "mdurl (==0.1.2)", "mypy-extensions (==1.0.0)", "packaging (==23.0)", "pathspec (==0.11.1)", "platformdirs (==3.2.0)", "pycparser (==2.21)", "pygments (==2.15.0)", "pyrsistent (==0.19.3)", "pyyaml (==6.0)", "resolvelib (==0.8.1)", "rich (==13.3.3)", "ruamel-yaml (==0.17.21)", "setuptools (==67.6.1)", "subprocess-tee (==0.4.1)", "tomli (==2.0.1)", "typing-extensions (==4.5.0)", "wcmatch (==8.4.1)", "yamllint (==1.30.0)"] -test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "flake8", "flake8-future-annotations", "jmespath", "mypy", "netaddr", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-mock", "pytest-plus (>=0.2)", "pytest-xdist (>=2.1.0)", "spdx-tools (>=0.7.1)", "types-jsonschema", "types-pyyaml"] +lock = ["ansible-core (==2.14.4)", "attrs (==23.1.0)", "black (==23.3.0)", "bracex (==2.3.post1)", "cffi (==1.15.1)", "click (==8.1.3)", "cryptography (==40.0.2)", "filelock (==3.11.0)", "jinja2 (==3.1.2)", "jsonschema (==4.17.3)", "markdown-it-py (==2.2.0)", "markupsafe (==2.1.2)", "mdurl (==0.1.2)", "mypy-extensions (==1.0.0)", "packaging (==23.1)", "pathspec (==0.11.1)", "platformdirs (==3.2.0)", "pycparser (==2.21)", "pygments (==2.15.0)", "pyrsistent (==0.19.3)", "pyyaml (==6.0)", "resolvelib (==0.8.1)", "rich (==13.3.4)", "ruamel-yaml (==0.17.21)", "setuptools (==67.6.1)", "subprocess-tee (==0.4.1)", "tomli (==2.0.1)", "typing-extensions (==4.5.0)", "wcmatch (==8.4.1)", "yamllint (==1.30.0)"] +test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "jmespath", "mypy", "netaddr", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-mock", "pytest-plus (>=0.2)", "pytest-xdist (>=2.1.0)", "spdx-tools (>=0.7.1)", "types-jsonschema", "types-pyyaml"] [[package]] name = "arrow" @@ -1276,4 +1276,4 @@ setuptools = "*" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f5cfa8a6b23f95fd647e4398949038a9998eb4c9378180324c97e53b2ecc2715" +content-hash = "977fd65b2307300d1695e334dca872036e5aa25b7d3864233faf1d9782a843ce" diff --git a/pyproject.toml b/pyproject.toml index bcc7cac..71fcb73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.9" ansible = "^7.4.0" [tool.poetry.dev-dependencies] -ansible-lint = { version = "^6.14.6", markers = "platform_system != 'Windows'" } +ansible-lint = { version = "^6.15.0", markers = "platform_system != 'Windows'" } yamllint = "^1.30.0" reuse = "^1.1.2" molecule = "^5.0.0"