From 9c7a40a2bea3582ab9e40ff8f12174c992112ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 14:52:11 +0000 Subject: [PATCH] fix(deps): update dependency ruamel.yaml to v0.18.5 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e74760..b7e5cb1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -935,13 +935,13 @@ files = [ [[package]] name = "ruamel-yaml" -version = "0.18.3" +version = "0.18.5" 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" +python-versions = ">=3.7" files = [ - {file = "ruamel.yaml-0.18.3-py3-none-any.whl", hash = "sha256:b5d119e1f9678cf90b58f64bbd2a4e78af76860ae39fab3e73323e622b462df9"}, - {file = "ruamel.yaml-0.18.3.tar.gz", hash = "sha256:36dbbe90390d977f957436570d2bd540bfd600e6ec5a1ea42bcdb9fc7963d802"}, + {file = "ruamel.yaml-0.18.5-py3-none-any.whl", hash = "sha256:a013ac02f99a69cdd6277d9664689eb1acba07069f912823177c5eced21a6ada"}, + {file = "ruamel.yaml-0.18.5.tar.gz", hash = "sha256:61917e3a35a569c1133a8f772e1226961bf5a1198bea7e23f06a0841dea1ab0e"}, ] [package.dependencies] @@ -1181,4 +1181,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "213f67c9f3e5ed9b8c0d358a16c0d465e9dcf5cb17b3755e99c637cbdfafeaa8" +content-hash = "cd03b70ea106d93f87f484badf146412342e88dfb916629427252bc292a99fc2" diff --git a/pyproject.toml b/pyproject.toml index 5592e2e..a393f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ python = "^3.8.0" python-dateutil = "2.8.2" python-json-logger = "2.0.7" requests = "2.31.0" -"ruamel.yaml" = "0.18.3" +"ruamel.yaml" = "0.18.5" websocket_client = "1.6.4" zipp = "3.17.0"