fix(deps): update dependency ruamel.yaml to v0.17.10 (#117)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-30 22:02:22 +02:00 committed by GitHub
parent 78e04e2cce
commit 0746d2ad34
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

@ -654,7 +654,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
[[package]]
name = "ruamel.yaml"
version = "0.17.9"
version = "0.17.10"
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
@ -795,7 +795,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 = "d46d18def035eba4b54ff0c23834d0a6b1141d47f874b67934fd8447e7d10805"
content-hash = "5919adde39850781c1ff804eaf4b442db992448604fd755a4159c54191f065aa"
[metadata.files]
anyconfig = [
@ -1146,8 +1146,8 @@ requests = [
{file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"},
]
"ruamel.yaml" = [
{file = "ruamel.yaml-0.17.9-py3-none-any.whl", hash = "sha256:8873a6f5516e0d848c92418b0b006519c0566b6cd0dcee7deb9bf399e2bd204f"},
{file = "ruamel.yaml-0.17.9.tar.gz", hash = "sha256:374373b4743aee9f6d9f40bea600fe020a7ac7ae36b838b4a6a93f72b584a14c"},
{file = "ruamel.yaml-0.17.10-py3-none-any.whl", hash = "sha256:ffb9b703853e9e8b7861606dfdab1026cf02505bade0653d1880f4b2db47f815"},
{file = "ruamel.yaml-0.17.10.tar.gz", hash = "sha256:106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67"},
]
"ruamel.yaml.clib" = [
{file = "ruamel.yaml.clib-0.2.4-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:329ac9064c1cfff9fc77fbecd90d07d698176fcd0720bfef9c2d27faa09dcc0e"},

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.9"
"ruamel.yaml" = "0.17.10"
websocket_client = "1.1.0"
zipp = "3.4.1"