From ea5760fa294f506ee0e12541d7e42df0204ad471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 13:31:22 +0200 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.17.31 (#500) 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 de3d093..c57d109 100644 --- a/poetry.lock +++ b/poetry.lock @@ -552,14 +552,14 @@ files = [ [[package]] name = "ruamel-yaml" -version = "0.17.28" +version = "0.17.31" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" category = "main" optional = false python-versions = ">=3" files = [ - {file = "ruamel.yaml-0.17.28-py3-none-any.whl", hash = "sha256:823aff68f88260805049d6a4825e36cb7f1e273a7dd8f391e7b35a16a67a30ea"}, - {file = "ruamel.yaml-0.17.28.tar.gz", hash = "sha256:3bf6df1c481d2463a633be6ee86e8aece941bb3298a9a0cd6d0865f47b1ddce6"}, + {file = "ruamel.yaml-0.17.31-py3-none-any.whl", hash = "sha256:3cf153f0047ced526e723097ac615d3009371779432e304dbd5596b6f3a4c777"}, + {file = "ruamel.yaml-0.17.31.tar.gz", hash = "sha256:098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335"}, ] [package.dependencies] @@ -742,4 +742,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "8abb499b81dd0defd1b68116bda052e3ea07fdbf9b59ca5382e4b0e1a55ed15e" +content-hash = "8207e1777393464628c8cef8e43ab0f167bafe716380b1ad87b1c89198d07309" diff --git a/pyproject.toml b/pyproject.toml index ce5febc..0307008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ nested-lookup = "0.2.25" pathspec = "0.11.1" python = "^3.7.0" python-json-logger = "2.0.7" -"ruamel.yaml" = "0.17.28" +"ruamel.yaml" = "0.17.31" [tool.poetry.scripts] ansible-doctor = "ansibledoctor.cli:main"