fix(deps): update dependency ruamel.yaml to v0.17.35 (#567)

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

10
poetry.lock generated
View File

@ -638,17 +638,17 @@ files = [
[[package]]
name = "ruamel-yaml"
version = "0.17.33"
version = "0.17.35"
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.33-py3-none-any.whl", hash = "sha256:2080c7a02b8a30fb3c06727cdf3e254a64055eedf3aa2d17c2b669639c04971b"},
{file = "ruamel.yaml-0.17.33.tar.gz", hash = "sha256:5c56aa0bff2afceaa93bffbfc78b450b7dc1e01d5edb80b3a570695286ae62b1"},
{file = "ruamel.yaml-0.17.35-py3-none-any.whl", hash = "sha256:b105e3e6fc15b41fdb201ba1b95162ae566a4ef792b9f884c46b4ccc5513a87a"},
{file = "ruamel.yaml-0.17.35.tar.gz", hash = "sha256:801046a9caacb1b43acc118969b49b96b65e8847f29029563b29ac61d02db61b"},
]
[package.dependencies]
"ruamel.yaml.clib" = {version = ">=0.2.7", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.12\""}
"ruamel.yaml.clib" = {version = ">=0.2.7", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.13\""}
[package.extras]
docs = ["ryd"]
@ -802,4 +802,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "62d1ada469c7a6f01b5f43a3066e23d5e28c1efcde84c45212c0b858bec1e593"
content-hash = "fb137917598091e61469e7698bbedaec9d70283b7d193633dbe42dca98988f1b"

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.33"
"ruamel.yaml" = "0.17.35"
[tool.poetry.scripts]
ansible-doctor = "ansibledoctor.cli:main"