From 59dbc8daef085079fbceea6c268baef04a7ceed2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 17:22:06 +0200 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.17.32 (#543) 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 7f4fc9b..6656983 100644 --- a/poetry.lock +++ b/poetry.lock @@ -874,14 +874,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "ruamel-yaml" -version = "0.17.31" +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.31-py3-none-any.whl", hash = "sha256:3cf153f0047ced526e723097ac615d3009371779432e304dbd5596b6f3a4c777"}, - {file = "ruamel.yaml-0.17.31.tar.gz", hash = "sha256:098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335"}, + {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] @@ -1132,4 +1132,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "90dd11f9adbd2678d0337cb0222dc0c312905482f412d7cde029ee896f2c3255" +content-hash = "a04ccf51155c8353a7e87111338395ed1178deb64c13ad3b4c504ddcc5e6b716" diff --git a/pyproject.toml b/pyproject.toml index d3745fe..18753ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ python = "^3.7.0" python-dateutil = "2.8.2" python-json-logger = "2.0.7" requests = "2.31.0" -"ruamel.yaml" = "0.17.31" +"ruamel.yaml" = "0.17.32" websocket_client = "1.6.0" zipp = "3.15.0"