From 546c10020c1eee9713d89d0385adc588236dac69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 11:11:48 +0200 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.17.26 (#399) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f26a3ec..85db9ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -621,18 +621,18 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "ruamel-yaml" -version = "0.17.21" +version = "0.17.26" 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.21-py3-none-any.whl", hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7"}, - {file = "ruamel.yaml-0.17.21.tar.gz", hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af"}, + {file = "ruamel.yaml-0.17.26-py3-none-any.whl", hash = "sha256:25d0ee82a0a9a6f44683dcf8c282340def4074a4562f3a24f55695bb254c1693"}, + {file = "ruamel.yaml-0.17.26.tar.gz", hash = "sha256:baa2d0a5aad2034826c439ce61c142c07082b76f4791d54145e131206e998059"}, ] [package.dependencies] -"ruamel.yaml.clib" = {version = ">=0.2.6", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\""} +"ruamel.yaml.clib" = {version = ">=0.2.7", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.12\""} [package.extras] docs = ["ryd"] @@ -827,4 +827,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "90bdb4199332c445a0c9f5e173adad9fb8bd22fd03a5afb0d0e0939cec3f0591" +content-hash = "64bba795f29f1ad277c62a384eec66c6faf15b79c8e93fdee49fd7e1e56d9b9d" diff --git a/pyproject.toml b/pyproject.toml index 2dadef8..00ab150 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.29.0" -"ruamel.yaml" = "0.17.21" +"ruamel.yaml" = "0.17.26" [tool.poetry.scripts] prometheus-pve-sd = "prometheuspvesd.cli:main"