From a8957965a7b8f7477ef22d4f01bd6d2e8ff71c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 07:39:07 +0000 Subject: [PATCH] chore(deps-dev): bump ansible-lint from 6.22.0 to 6.22.1 Bumps [ansible-lint](/~https://github.com/ansible/ansible-lint) from 6.22.0 to 6.22.1. - [Release notes](/~https://github.com/ansible/ansible-lint/releases) - [Commits](/~https://github.com/ansible/ansible-lint/compare/v6.22.0...v6.22.1) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 03e11ce..4506a62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -58,13 +58,13 @@ resolvelib = ">=0.5.3,<1.1.0" [[package]] name = "ansible-lint" -version = "6.22.0" +version = "6.22.1" description = "Checks playbooks for practices and behavior that could potentially be improved" optional = false python-versions = ">=3.9" files = [ - {file = "ansible-lint-6.22.0.tar.gz", hash = "sha256:0d17dd4a58c3c825b7729c1067f151787529a5b183713c9e4d13a62f9d1ad26a"}, - {file = "ansible_lint-6.22.0-py3-none-any.whl", hash = "sha256:06f2850a0bed30ca90a802bb5c82717c7d8cd0492addfdb319e5cefc3db9e500"}, + {file = "ansible-lint-6.22.1.tar.gz", hash = "sha256:d4a3116e0726b98ffbc253f35c5ede98bee546d72d9c363f65e6e79467784d15"}, + {file = "ansible_lint-6.22.1-py3-none-any.whl", hash = "sha256:6568061beb56ffe0fc76cf35c44291318b3937dca2312a68840592b1b01e906f"}, ] [package.dependencies] @@ -85,7 +85,7 @@ yamllint = ">=1.30.0" [package.extras] docs = ["mkdocs-ansible[lock] (>=0.2.0)", "pipdeptree (>=2.7.1)"] -lock = ["ansible-compat (==4.1.10)", "ansible-core (==2.15.5)", "attrs (==23.1.0)", "black (==23.10.1)", "bracex (==2.4)", "certifi (==2023.7.22)", "cffi (==1.16.0)", "charset-normalizer (==3.3.2)", "click (==8.1.7)", "cryptography (==41.0.5)", "filelock (==3.13.1)", "idna (==3.4)", "importlib-resources (==5.0.7)", "jinja2 (==3.1.2)", "jsonschema (==4.19.2)", "jsonschema-specifications (==2023.7.1)", "markdown-it-py (==3.0.0)", "markupsafe (==2.1.3)", "mdurl (==0.1.2)", "mypy-extensions (==1.0.0)", "packaging (==23.2)", "pathspec (==0.11.2)", "platformdirs (==3.11.0)", "pycparser (==2.21)", "pygments (==2.16.1)", "pyyaml (==6.0.1)", "referencing (==0.30.2)", "requests (==2.31.0)", "rich (==13.6.0)", "rpds-py (==0.10.6)", "ruamel-yaml (==0.18.5)", "subprocess-tee (==0.4.1)", "tomli (==2.0.1)", "typing-extensions (==4.8.0)", "urllib3 (==2.0.7)", "wcmatch (==8.5)", "yamllint (==1.32.0)"] +lock = ["ansible-compat (==4.1.10)", "ansible-core (==2.16.0)", "attrs (==23.1.0)", "black (==23.10.1)", "bracex (==2.4)", "certifi (==2023.7.22)", "cffi (==1.16.0)", "charset-normalizer (==3.3.2)", "click (==8.1.7)", "cryptography (==41.0.5)", "filelock (==3.13.1)", "idna (==3.4)", "jinja2 (==3.1.2)", "jsonschema (==4.19.2)", "jsonschema-specifications (==2023.7.1)", "markdown-it-py (==3.0.0)", "markupsafe (==2.1.3)", "mdurl (==0.1.2)", "mypy-extensions (==1.0.0)", "packaging (==23.2)", "pathspec (==0.11.2)", "platformdirs (==3.11.0)", "pycparser (==2.21)", "pygments (==2.16.1)", "pyyaml (==6.0.1)", "referencing (==0.30.2)", "requests (==2.31.0)", "rich (==13.6.0)", "rpds-py (==0.12.0)", "ruamel-yaml (==0.18.5)", "subprocess-tee (==0.4.1)", "tomli (==2.0.1)", "typing-extensions (==4.8.0)", "urllib3 (==2.0.7)", "wcmatch (==8.5)", "yamllint (==1.32.0)"] test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "jmespath", "license-expression (>=30.1.1)", "mypy", "netaddr", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-mock", "pytest-plus (>=0.6)", "pytest-xdist (>=2.1.0)", "ruamel-yaml-clib", "ruamel.yaml (>=0.17.31)", "types-jsonschema", "types-pyyaml"] [[package]] @@ -1136,4 +1136,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c7d76462bd2f3328fc73bded30346fab8784a86545938ffd0ae07f0473930fc6" +content-hash = "1494293350f2fd82168567ba2697904aabbb03ba0587ceff7776b9f1775674f5" diff --git a/pyproject.toml b/pyproject.toml index 9af8df6..2192609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.9" ansible = "^8.7.0" [tool.poetry.dev-dependencies] -ansible-lint = { version = "^6.22.0", markers = "platform_system != 'Windows'" } +ansible-lint = { version = "^6.22.1", markers = "platform_system != 'Windows'" } yamllint = "^1.35.0" reuse = "^3.0.1" molecule = "^6.0.3"