fix(deps): update dependency ruamel.yaml to v0.17.9 (#112)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-18 22:16:45 +02:00 committed by GitHub
parent 75b5424576
commit 6fb4a2e64f
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

@ -653,7 +653,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
[[package]]
name = "ruamel.yaml"
version = "0.17.7"
version = "0.17.9"
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
@ -794,7 +794,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "4fc804fa715c1c87f2646725f9f7e9d8a7a2c2188aa5d655d137d8da09fa119a"
content-hash = "a9d385ea44293b4e8e81b9589e6c804eaec951e06f36e1c7be94025db8cb3ae9"
[metadata.files]
anyconfig = [
@ -1145,8 +1145,8 @@ requests = [
{file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"},
]
"ruamel.yaml" = [
{file = "ruamel.yaml-0.17.7-py3-none-any.whl", hash = "sha256:25c3eaf4f0c52bd15c50c39b100a32168891240f4d2177a4690d5d9b85944bbe"},
{file = "ruamel.yaml-0.17.7.tar.gz", hash = "sha256:5c3fa739bbedd2f23769656784e671c6335d17a5bf163c3c3901d8663c0af287"},
{file = "ruamel.yaml-0.17.9-py3-none-any.whl", hash = "sha256:8873a6f5516e0d848c92418b0b006519c0566b6cd0dcee7deb9bf399e2bd204f"},
{file = "ruamel.yaml-0.17.9.tar.gz", hash = "sha256:374373b4743aee9f6d9f40bea600fe020a7ac7ae36b838b4a6a93f72b584a14c"},
]
"ruamel.yaml.clib" = [
{file = "ruamel.yaml.clib-0.2.2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:28116f204103cb3a108dfd37668f20abe6e3cafd0d3fd40dba126c732457b3cc"},

View File

@ -52,7 +52,7 @@ python = "^3.6.0"
python-dateutil = "2.8.1"
python-json-logger = "2.0.1"
requests = "2.25.1"
"ruamel.yaml" = "0.17.7"
"ruamel.yaml" = "0.17.9"
websocket_client = "1.1.0"
zipp = "3.4.1"