mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-18 19:20:40 +00:00
fix(deps): update dependency ruamel.yaml to v0.17.32 (#511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b84e0569a4
commit
8faa599a98
8
poetry.lock
generated
8
poetry.lock
generated
@ -552,14 +552,14 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "ruamel-yaml"
|
||||
version = "0.17.31"
|
||||
version = "0.17.32"
|
||||
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.31-py3-none-any.whl", hash = "sha256:3cf153f0047ced526e723097ac615d3009371779432e304dbd5596b6f3a4c777"},
|
||||
{file = "ruamel.yaml-0.17.31.tar.gz", hash = "sha256:098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335"},
|
||||
{file = "ruamel.yaml-0.17.32-py3-none-any.whl", hash = "sha256:23cd2ed620231677564646b0c6a89d138b6822a0d78656df7abda5879ec4f447"},
|
||||
{file = "ruamel.yaml-0.17.32.tar.gz", hash = "sha256:ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2"},
|
||||
]
|
||||
|
||||
[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 = "8207e1777393464628c8cef8e43ab0f167bafe716380b1ad87b1c89198d07309"
|
||||
content-hash = "d428c132d0eda28b5ce50d93a81b08e000a70872f417ba93959a0338def2fe8c"
|
||||
|
@ -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.31"
|
||||
"ruamel.yaml" = "0.17.32"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
ansible-doctor = "ansibledoctor.cli:main"
|
||||
|
Loading…
Reference in New Issue
Block a user