fix(deps): update dependency ruamel.yaml to v0.17.33 (#557)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-02 11:14:11 +02:00 committed by GitHub
parent 4c608330dc
commit 0668d31878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -636,13 +636,13 @@ files = [
[[package]]
name = "ruamel-yaml"
version = "0.17.32"
version = "0.17.33"
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"
files = [
{file = "ruamel.yaml-0.17.32-py3-none-any.whl", hash = "sha256:23cd2ed620231677564646b0c6a89d138b6822a0d78656df7abda5879ec4f447"},
{file = "ruamel.yaml-0.17.32.tar.gz", hash = "sha256:ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2"},
{file = "ruamel.yaml-0.17.33-py3-none-any.whl", hash = "sha256:2080c7a02b8a30fb3c06727cdf3e254a64055eedf3aa2d17c2b669639c04971b"},
{file = "ruamel.yaml-0.17.33.tar.gz", hash = "sha256:5c56aa0bff2afceaa93bffbfc78b450b7dc1e01d5edb80b3a570695286ae62b1"},
]
[package.dependencies]
@ -807,4 +807,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "a426403f314456d16580a86c72ca1e77d751f54922628dfd4b42b8ff3e79299d"
content-hash = "fc9dafe37fb4249bb41d9d6c5cedea0f86903404d9e9faa3d8f205d3a708e144"

View File

@ -45,7 +45,7 @@ nested-lookup = "0.2.25"
pathspec = "0.11.2"
python = "^3.8.0"
python-json-logger = "2.0.7"
"ruamel.yaml" = "0.17.32"
"ruamel.yaml" = "0.17.33"
[tool.poetry.scripts]
ansible-doctor = "ansibledoctor.cli:main"