fix(deps): update dependency ruamel.yaml to v0.17.39 (#610)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-20 08:58:56 +02:00 committed by GitHub
parent f314885f99
commit 56e140e146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -935,20 +935,20 @@ files = [
[[package]] [[package]]
name = "ruamel-yaml" name = "ruamel-yaml"
version = "0.17.35" version = "0.17.39"
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
optional = false optional = false
python-versions = ">=3" python-versions = ">=3"
files = [ files = [
{file = "ruamel.yaml-0.17.35-py3-none-any.whl", hash = "sha256:b105e3e6fc15b41fdb201ba1b95162ae566a4ef792b9f884c46b4ccc5513a87a"}, {file = "ruamel.yaml-0.17.39-py3-none-any.whl", hash = "sha256:8df81a51384f2e6af73d88bede63ec437df4854a5a74841f40e7622471298457"},
{file = "ruamel.yaml-0.17.35.tar.gz", hash = "sha256:801046a9caacb1b43acc118969b49b96b65e8847f29029563b29ac61d02db61b"}, {file = "ruamel.yaml-0.17.39.tar.gz", hash = "sha256:ee9a9178a231306d2b260e67ba497c136d4639d58b08775ab67f5fb0f21e73f0"},
] ]
[package.dependencies] [package.dependencies]
"ruamel.yaml.clib" = {version = ">=0.2.7", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.13\""} "ruamel.yaml.clib" = {version = ">=0.2.7", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.13\""}
[package.extras] [package.extras]
docs = ["ryd"] docs = ["mercurial (>5.7)", "ryd"]
jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"]
[[package]] [[package]]
@ -1167,4 +1167,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.0" python-versions = "^3.8.0"
content-hash = "54637aae14ca51a3de2faebe35546df76f452041148757c5fada777b4478a97b" content-hash = "25a61f623fe3ae72087b3a8343bc2e4cc49cdf3ca03d42e65e09d12a10a9ad52"

View File

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