From 0ef509e30d5abb10f4a385cd35980864e283e996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:38:16 +0100 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.18.10 (#834) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2bd1937..c742928 100644 --- a/poetry.lock +++ b/poetry.lock @@ -702,13 +702,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "ruamel-yaml" -version = "0.18.9" +version = "0.18.10" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" optional = false python-versions = ">=3.7" files = [ - {file = "ruamel.yaml-0.18.9-py3-none-any.whl", hash = "sha256:c17d2a7ccf7fd2dd4b6d699111c37e94f12277a1db71e847ad7f3d19b8e3e9f4"}, - {file = "ruamel.yaml-0.18.9.tar.gz", hash = "sha256:59d0f8b10c658bd55ecd107e334d4117d766a2b9cc8f5176afcdadcff6f84a5e"}, + {file = "ruamel.yaml-0.18.10-py3-none-any.whl", hash = "sha256:30f22513ab2301b3d2b577adc121c6471f28734d3d9728581245f1e76468b4f1"}, + {file = "ruamel.yaml-0.18.10.tar.gz", hash = "sha256:20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58"}, ] [package.dependencies] @@ -897,4 +897,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "aec15c0e48de282617d4cb48e6581d8d0004ab5c69dd8419932e0eedcbfddaeb" +content-hash = "a8a9d01c13cd4def71f69da85105a89080df7b74759a01638ab8d039468fa718" diff --git a/pyproject.toml b/pyproject.toml index 4b1cf6e..f953967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ appdirs = "1.4.4" colorama = "0.4.6" pathspec = "0.12.1" python = "^3.10.0" -"ruamel.yaml" = "0.18.9" +"ruamel.yaml" = "0.18.10" dynaconf = "3.2.6" gitpython = "3.1.44" ansible-core = { version = "2.16.14", optional = true }