fix(deps): update dependency ruamel.yaml to v0.17.31 (#533)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-05 10:35:56 +02:00 committed by GitHub
parent 352bd11129
commit 69761af054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -855,14 +855,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
[[package]]
name = "ruamel-yaml"
version = "0.17.28"
version = "0.17.31"
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.28-py3-none-any.whl", hash = "sha256:823aff68f88260805049d6a4825e36cb7f1e273a7dd8f391e7b35a16a67a30ea"},
{file = "ruamel.yaml-0.17.28.tar.gz", hash = "sha256:3bf6df1c481d2463a633be6ee86e8aece941bb3298a9a0cd6d0865f47b1ddce6"},
{file = "ruamel.yaml-0.17.31-py3-none-any.whl", hash = "sha256:3cf153f0047ced526e723097ac615d3009371779432e304dbd5596b6f3a4c777"},
{file = "ruamel.yaml-0.17.31.tar.gz", hash = "sha256:098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335"},
]
[package.dependencies]
@ -1111,4 +1111,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "d5ecb2fe886bbf61ea2837e0260a951b6f80b2e3ff44280178bd45dd960b58a9"
content-hash = "06ffcd65796cb255e07c7a7afe3ac192664d6f93b97ac2bc74147776ab46038c"

View File

@ -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.28"
"ruamel.yaml" = "0.17.31"
websocket_client = "1.5.2"
zipp = "3.15.0"