From 49b861cabcfe56b35a974ecc8fa9bb819bff6693 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:36:59 +0100 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.18.6 (#653) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a65efeb..d18bb00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -780,13 +780,13 @@ files = [ [[package]] name = "ruamel-yaml" -version = "0.18.5" +version = "0.18.6" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" optional = false python-versions = ">=3.7" files = [ - {file = "ruamel.yaml-0.18.5-py3-none-any.whl", hash = "sha256:a013ac02f99a69cdd6277d9664689eb1acba07069f912823177c5eced21a6ada"}, - {file = "ruamel.yaml-0.18.5.tar.gz", hash = "sha256:61917e3a35a569c1133a8f772e1226961bf5a1198bea7e23f06a0841dea1ab0e"}, + {file = "ruamel.yaml-0.18.6-py3-none-any.whl", hash = "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636"}, + {file = "ruamel.yaml-0.18.6.tar.gz", hash = "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"}, ] [package.dependencies] @@ -909,4 +909,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "7348a6257783478d4a77108c905f80a6ae1ce7c2e1d4f9bbf067b77f58067416" +content-hash = "b78cc0346cc7602cd9a0af1cf786aa5dbd8016a84cb2f0d3029599ac9404bcaf" diff --git a/pyproject.toml b/pyproject.toml index c6facb8..0d59db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ jsonschema = "4.21.1" pathspec = "0.12.1" python = "^3.9.0" python-json-logger = "2.0.7" -"ruamel.yaml" = "0.18.5" +"ruamel.yaml" = "0.18.6" ansible-core = { version = "2.14.14", optional = true } [tool.poetry.extras]