From 43c1180beed2357bc51fd63076894eaa7c462267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:14:15 +0200 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.17.33 (#592) 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 14cafe5..0b10907 100644 --- a/poetry.lock +++ b/poetry.lock @@ -918,13 +918,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] @@ -1151,4 +1151,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "d450954a31cee1dd322ddcdc0d32b1222951021824f423b74042a0b017185b64" +content-hash = "bb6e8977c76e182085f6cad6c3eb1c9efef7674481554c7368de53729e9b4691" diff --git a/pyproject.toml b/pyproject.toml index 4410012..2746c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ python = "^3.8.0" python-dateutil = "2.8.2" python-json-logger = "2.0.7" requests = "2.31.0" -"ruamel.yaml" = "0.17.32" +"ruamel.yaml" = "0.17.33" websocket_client = "1.6.3" zipp = "3.17.0"