fix(deps): update dependency ruamel.yaml to v0.17.6 (#111)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-31 11:28:18 +02:00 committed by GitHub
parent 1399584a4b
commit 89b592560f
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

@ -547,7 +547,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[[package]]
name = "ruamel.yaml"
version = "0.17.5"
version = "0.17.6"
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
@ -656,7 +656,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 = "4cc106353bee18d862990a9c063692e24d9b9c76883c15202d002b7530e04edd"
content-hash = "49a57d85409a1c140262bd478ae972eb0d48fb953cde039330fab16b1bc48cbc"
[metadata.files]
anyconfig = [
@ -950,8 +950,8 @@ pyyaml = [
{file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
]
"ruamel.yaml" = [
{file = "ruamel.yaml-0.17.5-py3-none-any.whl", hash = "sha256:b41919284c5387b949c1956145917e14060a0f74f1adc9a00c6bd6194f16e615"},
{file = "ruamel.yaml-0.17.5.tar.gz", hash = "sha256:97f71cdda0e7d2cdeba67812a90a160b23290095a1625d8d14e831f783a7bab6"},
{file = "ruamel.yaml-0.17.6-py3-none-any.whl", hash = "sha256:748bbdddf9e7f6e1aad9481dfdd93a42f9c39c45821a0f09a31309cd0086e803"},
{file = "ruamel.yaml-0.17.6.tar.gz", hash = "sha256:5605cb8ceeebaeed85ae4e97fc80547eca1b3537c163404ffe83f26adf5c9ce7"},
]
"ruamel.yaml.clib" = [
{file = "ruamel.yaml.clib-0.2.2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:28116f204103cb3a108dfd37668f20abe6e3cafd0d3fd40dba126c732457b3cc"},

View File

@ -45,7 +45,7 @@ nested-lookup = "0.2.22"
pathspec = "0.8.1"
python = "^3.6.0"
python-json-logger = "2.0.1"
"ruamel.yaml" = "0.17.5"
"ruamel.yaml" = "0.17.6"
[tool.poetry.dev-dependencies]
bandit = "1.7.0"