From 3e346c21ad9fac63eec289b6aa82d0d2d35d7425 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 15:23:06 +0200 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.17.32 (#417) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a74f3fc..5c1e2a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 7d5fc51..57d5fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"