From 72db9639242d09f2b07a7fae7af21b2d4e9b77cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:22:43 +0100 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.18.8 (#684) 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 088e1b4..3a03de9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -659,13 +659,13 @@ files = [ [[package]] name = "ruamel-yaml" -version = "0.18.7" +version = "0.18.8" 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.7" files = [ - {file = "ruamel.yaml-0.18.7-py3-none-any.whl", hash = "sha256:adef56d72a97bc2a6a78952ef398c4054f248fba5698ddc3ab07434e7fc47983"}, - {file = "ruamel.yaml-0.18.7.tar.gz", hash = "sha256:270638acec6659f7bb30f4ea40083c9a0d0d5afdcef5e63d666f11209091531a"}, + {file = "ruamel.yaml-0.18.8-py3-none-any.whl", hash = "sha256:a7c02af6ec9789495b4d19335addabc4d04ab1e0dad3e491c0c9457bbc881100"}, + {file = "ruamel.yaml-0.18.8.tar.gz", hash = "sha256:1b7e14f28a4b8d09f8cd40dca158852db9b22ac84f22da5bb711def35cb5c548"}, ] [package.dependencies] @@ -810,4 +810,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "2553e0838708c532ee2f25605b4433b4f1a6b9e1c7c55c26bb73b5c6b81ca5b5" +content-hash = "6146873719b6db611e6f968848567ff6c8f7622a58ed47b3375ef220dba204ff" diff --git a/pyproject.toml b/pyproject.toml index a61bb00..aef816e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ proxmoxer = "2.2.0" python = "^3.10.0" python-json-logger = "3.2.1" requests = "2.32.3" -"ruamel.yaml" = "0.18.7" +"ruamel.yaml" = "0.18.8" [tool.poetry.scripts] prometheus-pve-sd = "prometheuspvesd.cli:main"