mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-22 01:10:39 +00:00
fix(deps): update dependency ruamel.yaml to v0.17.32 (#417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
94597d9a84
commit
3e346c21ad
8
poetry.lock
generated
8
poetry.lock
generated
@ -611,14 +611,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
|
||||
|
||||
[[package]]
|
||||
name = "ruamel-yaml"
|
||||
version = "0.17.28"
|
||||
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.28-py3-none-any.whl", hash = "sha256:823aff68f88260805049d6a4825e36cb7f1e273a7dd8f391e7b35a16a67a30ea"},
|
||||
{file = "ruamel.yaml-0.17.28.tar.gz", hash = "sha256:3bf6df1c481d2463a633be6ee86e8aece941bb3298a9a0cd6d0865f47b1ddce6"},
|
||||
{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]
|
||||
@ -819,4 +819,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "e2a19a93db638b6cabfd10c2b2e9e657857c55198d84b91e68a571f82b488ef9"
|
||||
content-hash = "f74464e1fe625476e63fd7138ebc736dede4a1892096f55f2a9afd21a13430aa"
|
||||
|
@ -41,7 +41,7 @@ proxmoxer = "2.0.1"
|
||||
python = "^3.7.0"
|
||||
python-json-logger = "2.0.7"
|
||||
requests = "2.31.0"
|
||||
"ruamel.yaml" = "0.17.28"
|
||||
"ruamel.yaml" = "0.17.32"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
prometheus-pve-sd = "prometheuspvesd.cli:main"
|
||||
|
Loading…
Reference in New Issue
Block a user