fix(deps): update dependency ruamel.yaml to v0.17.7

This commit is contained in:
Renovate Bot 2021-06-01 19:55:06 +00:00
parent 15128ba869
commit 1e203ce974
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
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.6"
version = "0.17.7"
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 = "2e666a62b8a19675ad4019e3faf492704919c8d407cdadcb594c643fc85d7d83"
content-hash = "d52a1a0b18f05e301ab9a5b3286837cfbee4995e8abb203bc53d0392847baa49"
[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.6-py3-none-any.whl", hash = "sha256:748bbdddf9e7f6e1aad9481dfdd93a42f9c39c45821a0f09a31309cd0086e803"},
{file = "ruamel.yaml-0.17.6.tar.gz", hash = "sha256:5605cb8ceeebaeed85ae4e97fc80547eca1b3537c163404ffe83f26adf5c9ce7"},
{file = "ruamel.yaml-0.17.7-py3-none-any.whl", hash = "sha256:25c3eaf4f0c52bd15c50c39b100a32168891240f4d2177a4690d5d9b85944bbe"},
{file = "ruamel.yaml-0.17.7.tar.gz", hash = "sha256:5c3fa739bbedd2f23769656784e671c6335d17a5bf163c3c3901d8663c0af287"},
]
"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.6"
"ruamel.yaml" = "0.17.7"
websocket_client = "1.0.1"
zipp = "3.4.1"