From 6f2ed5ca86c683fc77915101dfd4014454b21c6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 12:23:43 +0200 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.17.28 (#529) 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 b47b1d7..3be0d0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -846,14 +846,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "ruamel-yaml" -version = "0.17.26" +version = "0.17.28" 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.26-py3-none-any.whl", hash = "sha256:25d0ee82a0a9a6f44683dcf8c282340def4074a4562f3a24f55695bb254c1693"}, - {file = "ruamel.yaml-0.17.26.tar.gz", hash = "sha256:baa2d0a5aad2034826c439ce61c142c07082b76f4791d54145e131206e998059"}, + {file = "ruamel.yaml-0.17.28-py3-none-any.whl", hash = "sha256:823aff68f88260805049d6a4825e36cb7f1e273a7dd8f391e7b35a16a67a30ea"}, + {file = "ruamel.yaml-0.17.28.tar.gz", hash = "sha256:3bf6df1c481d2463a633be6ee86e8aece941bb3298a9a0cd6d0865f47b1ddce6"}, ] [package.dependencies] @@ -1102,4 +1102,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "ed6baa9529431a74f04361074e5e27fd6e238f8c9a3dd47751c02c3d22cb5b23" +content-hash = "4e72201c454aa79b14465a7f859f33d2ae2eca6ce6efba21c44593615c07a5c2" diff --git a/pyproject.toml b/pyproject.toml index f5446e8..67aa5eb 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.26" +"ruamel.yaml" = "0.17.28" websocket_client = "1.5.2" zipp = "3.15.0"