diff --git a/poetry.lock b/poetry.lock index 460eb33..9b66705 100644 --- a/poetry.lock +++ b/poetry.lock @@ -81,15 +81,15 @@ resolvelib = ">=0.8.0,<2.0.0" [[package]] name = "ansible-lint" -version = "26.4.0" +version = "26.6.0" description = "Checks playbooks for practices and behavior that could potentially be improved" optional = false python-versions = ">=3.10" groups = ["lint"] markers = "platform_system != \"Windows\"" files = [ - {file = "ansible_lint-26.4.0-py3-none-any.whl", hash = "sha256:f33c4823544a5a8e5e36614866e111d1a929eeffee5e84481ede10d524a9d6d6"}, - {file = "ansible_lint-26.4.0.tar.gz", hash = "sha256:29e0438f8af685a4fec96f9ea3404a3beb50d2911bc8df43f283256954ceea5b"}, + {file = "ansible_lint-26.6.0-py3-none-any.whl", hash = "sha256:162939615eae3b59f38bd829542642b586ccee17eefb0df8718ea4b092eee222"}, + {file = "ansible_lint-26.6.0.tar.gz", hash = "sha256:790d08ff6ee56525244677411c90a17b374245d3913bc6a462b5d913ece6d615"}, ] [package.dependencies] @@ -102,7 +102,7 @@ distro = ">=1.9.0" filelock = ">=3.8.2" jsonschema = ">=4.10.0" packaging = ">=22.0" -pathspec = ">=1.0.3,<1.1.0" +pathspec = ">=1.0.3,<1.2.0" pyyaml = {version = ">=6.0.1", markers = "python_version >= \"3.14\""} referencing = ">=0.36.2" ruamel-yaml = ">=0.18.11" @@ -1114,7 +1114,7 @@ version = "3.10.2" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.10" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "markdown-3.10.2-py3-none-any.whl", hash = "sha256:e91464b71ae3ee7afd3017d9f358ef0baf158fd9a298db92f1d4761133824c36"}, {file = "markdown-3.10.2.tar.gz", hash = "sha256:994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950"}, @@ -1849,7 +1849,7 @@ version = "10.21.3" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.9" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "pymdown_extensions-10.21.3-py3-none-any.whl", hash = "sha256:d7a5d08014fc571e80ca21dd6f854e31f94c489800350564d55d15b3c41e76b6"}, {file = "pymdown_extensions-10.21.3.tar.gz", hash = "sha256:72cfcf55f07aea0d4af2c4f11dd4e52466ddfb1bb819673146398e0bd3a77354"}, @@ -2810,4 +2810,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = "<3.15,>=3.14" -content-hash = "e704bed6878703620cb31cc4c2020d6ac9a5b2ec1e5f4e9ffd9caaee74cbd9a2" +content-hash = "8ca4f7875f037a9af3a5bc0e66812a2e2605374caa7c56d1554de26b26340ae9" diff --git a/pyproject.toml b/pyproject.toml index 395b3b7..44c6f44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ isort = "^8.0.1" black = "^26.5.1" ruff = "^0.15.15" yamllint = "^1.38.0" -ansible-lint = {version = "^26.4.0", markers = "platform_system != 'Windows'"} +ansible-lint = {version = "^26.6.0", markers = "platform_system != 'Windows'"} [tool.poetry.group.security.dependencies] safety = "^3.8.1"