fix(deps): update dependency ruamel.yaml to v0.18.3 (#617)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-31 20:43:16 +01:00 committed by GitHub
parent d27a1a974f
commit c51f8d1578
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

@ -935,13 +935,13 @@ files = [
[[package]]
name = "ruamel-yaml"
version = "0.17.40"
version = "0.18.3"
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.40-py3-none-any.whl", hash = "sha256:b16b6c3816dff0a93dca12acf5e70afd089fa5acb80604afd1ffa8b465b7722c"},
{file = "ruamel.yaml-0.17.40.tar.gz", hash = "sha256:6024b986f06765d482b5b07e086cc4b4cd05dd22ddcbc758fa23d54873cf313d"},
{file = "ruamel.yaml-0.18.3-py3-none-any.whl", hash = "sha256:b5d119e1f9678cf90b58f64bbd2a4e78af76860ae39fab3e73323e622b462df9"},
{file = "ruamel.yaml-0.18.3.tar.gz", hash = "sha256:36dbbe90390d977f957436570d2bd540bfd600e6ec5a1ea42bcdb9fc7963d802"},
]
[package.dependencies]
@ -1181,4 +1181,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "f9a3ff6aa0e13062fef7bf4ff22635f896aeab10efc26071a9ff0ce979edb89b"
content-hash = "213f67c9f3e5ed9b8c0d358a16c0d465e9dcf5cb17b3755e99c637cbdfafeaa8"

View File

@ -53,7 +53,7 @@ python = "^3.8.0"
python-dateutil = "2.8.2"
python-json-logger = "2.0.7"
requests = "2.31.0"
"ruamel.yaml" = "0.17.40"
"ruamel.yaml" = "0.18.3"
websocket_client = "1.6.4"
zipp = "3.17.0"