From fee80dcbd0335486e2e6c306a6ba4ace53b933b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 21:33:27 +0100 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.17.21 (#238) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 99f0817..59504fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -573,7 +573,7 @@ python-versions = ">=3.6" [[package]] name = "ruamel.yaml" -version = "0.17.20" +version = "0.17.21" 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 @@ -690,7 +690,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "00373fa61c4126b5588e8cb0926218d1f63369fd6c8ce8ac0a09e58116c29d16" +content-hash = "9813f881cbac4113d4eab73e7da8c46df940ed3fa7fa5a5cfc6ed70b74e106f0" [metadata.files] anyconfig = [ @@ -1037,8 +1037,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] "ruamel.yaml" = [ - {file = "ruamel.yaml-0.17.20-py3-none-any.whl", hash = "sha256:810eef9c46523a3f77479c66267a4708255ebe806a2d540078408c2227f011af"}, - {file = "ruamel.yaml-0.17.20.tar.gz", hash = "sha256:4b8a33c1efb2b443a93fcaafcfa4d2e445f8e8c29c528d9f5cdafb7cc9e4004c"}, + {file = "ruamel.yaml-0.17.21-py3-none-any.whl", hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7"}, + {file = "ruamel.yaml-0.17.21.tar.gz", hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af"}, ] "ruamel.yaml.clib" = [ {file = "ruamel.yaml.clib-0.2.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6e7be2c5bcb297f5b82fee9c665eb2eb7001d1050deaba8471842979293a80b0"}, diff --git a/pyproject.toml b/pyproject.toml index c97a856..2006ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0" python-json-logger = "2.0.2" -"ruamel.yaml" = "0.17.20" +"ruamel.yaml" = "0.17.21" [tool.poetry.dev-dependencies] bandit = "1.7.2"