From d5ed6bca311ca954e15a16617da1eb16039f8110 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 21:05:30 +0200 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.17.13 (#150) Co-authored-by: Renovate Bot --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3bbc52a..c4c886d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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.10" +version = "0.17.13" 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 (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "2388b700c353fd158ef866a41d8fe021aa304e16947bc59ae016155d526a788f" +content-hash = "ba9bfdb3cd13a78eaf3f11d27ed4372d6a8c7c02e6cf39e2bef627020dc05468" [metadata.files] anyconfig = [ @@ -991,8 +991,8 @@ pyyaml = [ {file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"}, ] "ruamel.yaml" = [ - {file = "ruamel.yaml-0.17.10-py3-none-any.whl", hash = "sha256:ffb9b703853e9e8b7861606dfdab1026cf02505bade0653d1880f4b2db47f815"}, - {file = "ruamel.yaml-0.17.10.tar.gz", hash = "sha256:106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67"}, + {file = "ruamel.yaml-0.17.13-py3-none-any.whl", hash = "sha256:aa1a5b8041bab0d0e8c514949fa8e11b02653061dcbc68365c820b263f8c6ec7"}, + {file = "ruamel.yaml-0.17.13.tar.gz", hash = "sha256:02f0ed93e98ea32498d25a2952635bbd9fabd553599b8ad67724b4ac88dd8f6c"}, ] "ruamel.yaml.clib" = [ {file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:cfdb9389d888c5b74af297e51ce357b800dd844898af9d4a547ffc143fa56751"}, diff --git a/pyproject.toml b/pyproject.toml index 5a81c73..28e72e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ nested-lookup = "0.2.22" pathspec = "0.9.0" python = "^3.6.0" python-json-logger = "2.0.2" -"ruamel.yaml" = "0.17.10" +"ruamel.yaml" = "0.17.13" [tool.poetry.dev-dependencies] bandit = "1.7.0"