diff --git a/poetry.lock b/poetry.lock index 8a16cfe..40f79b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -691,13 +691,13 @@ files = [ [[package]] name = "ruamel-yaml" -version = "0.17.32" +version = "0.17.33" 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.32-py3-none-any.whl", hash = "sha256:23cd2ed620231677564646b0c6a89d138b6822a0d78656df7abda5879ec4f447"}, - {file = "ruamel.yaml-0.17.32.tar.gz", hash = "sha256:ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2"}, + {file = "ruamel.yaml-0.17.33-py3-none-any.whl", hash = "sha256:2080c7a02b8a30fb3c06727cdf3e254a64055eedf3aa2d17c2b669639c04971b"}, + {file = "ruamel.yaml-0.17.33.tar.gz", hash = "sha256:5c56aa0bff2afceaa93bffbfc78b450b7dc1e01d5edb80b3a570695286ae62b1"}, ] [package.dependencies] @@ -879,4 +879,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "6891a9464a0147d58cc77e91060d5b760e39cc79e992c4be2288c2b5601ceffe" +content-hash = "8a83b909b4cf18760f0e6632a08d64b30127a048a39c50652ca96a96baf611e0" diff --git a/pyproject.toml b/pyproject.toml index f9fb817..6fb5a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ proxmoxer = "2.0.1" python = "^3.8.0" python-json-logger = "2.0.7" requests = "2.31.0" -"ruamel.yaml" = "0.17.32" +"ruamel.yaml" = "0.17.33" [tool.poetry.scripts] prometheus-pve-sd = "prometheuspvesd.cli:main"