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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-19 09:33:41 +02:00 committed by GitHub
parent b4598c9255
commit 0730b29fbd
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

@ -545,7 +545,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[[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
@ -654,7 +654,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 = "f452c8654c84b756d90f0dcf119efbb808430ad013dd87b9fb18ce54e4243443"
content-hash = "ecd6631e5dbd77cb609628f4a3709045345efa34cbb15d50640e6b39addc55d3"
[metadata.files]
anyconfig = [
@ -948,8 +948,8 @@ pyyaml = [
{file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
]
"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

@ -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.7"
"ruamel.yaml" = "0.17.9"
[tool.poetry.dev-dependencies]
bandit = "1.7.0"