fix(deps): update dependency ruamel.yaml to v0.17.40 (#487)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-21 15:33:48 +02:00 committed by GitHub
parent de9aac38ca
commit 1694771542
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

@ -708,13 +708,13 @@ files = [
[[package]]
name = "ruamel-yaml"
version = "0.17.39"
version = "0.17.40"
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.39-py3-none-any.whl", hash = "sha256:8df81a51384f2e6af73d88bede63ec437df4854a5a74841f40e7622471298457"},
{file = "ruamel.yaml-0.17.39.tar.gz", hash = "sha256:ee9a9178a231306d2b260e67ba497c136d4639d58b08775ab67f5fb0f21e73f0"},
{file = "ruamel.yaml-0.17.40-py3-none-any.whl", hash = "sha256:b16b6c3816dff0a93dca12acf5e70afd089fa5acb80604afd1ffa8b465b7722c"},
{file = "ruamel.yaml-0.17.40.tar.gz", hash = "sha256:6024b986f06765d482b5b07e086cc4b4cd05dd22ddcbc758fa23d54873cf313d"},
]
[package.dependencies]
@ -895,4 +895,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "41b4ef33176d533bb61d086860bec53f5a3a13652db3046fc4f6644b2c2ae567"
content-hash = "1387527b03daec4a64f53792cb83fb1d30e7671d4cd6f441cdd916dc155b696b"

View File

@ -41,7 +41,7 @@ proxmoxer = "2.0.1"
python = "^3.8.0"
python-json-logger = "2.0.7"
requests = "2.31.0"
"ruamel.yaml" = "0.17.39"
"ruamel.yaml" = "0.17.40"
[tool.poetry.scripts]
prometheus-pve-sd = "prometheuspvesd.cli:main"