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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-30 22:04:27 +02:00 committed by GitHub
parent 11a54334ad
commit 6ab1df17e7
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

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

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