From bb878f1d2864bc71a97f2613e0207f88f822195d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:10:21 +0000 Subject: [PATCH] chore(deps): bump ruamel-yaml from 0.18.6 to 0.18.7 Bumps ruamel-yaml from 0.18.6 to 0.18.7. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 90d2600..37053a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "cachetools" @@ -184,13 +184,13 @@ test = ["pytest"] [[package]] name = "ruamel-yaml" -version = "0.18.6" +version = "0.18.7" 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.6-py3-none-any.whl", hash = "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636"}, - {file = "ruamel.yaml-0.18.6.tar.gz", hash = "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"}, + {file = "ruamel.yaml-0.18.7-py3-none-any.whl", hash = "sha256:adef56d72a97bc2a6a78952ef398c4054f248fba5698ddc3ab07434e7fc47983"}, + {file = "ruamel.yaml-0.18.7.tar.gz", hash = "sha256:270638acec6659f7bb30f4ea40083c9a0d0d5afdcef5e63d666f11209091531a"}, ] [package.dependencies] @@ -335,4 +335,4 @@ re2-wheels = ["pyre2-updated"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0d3b12d5c96d2f4cf83c5145e5e603bdc4c8814aed60e2f8c0c86f12caa89267" +content-hash = "9c83a0d262eec882408d3da2e00e70770e3ba74cb2f42460605b1cbfe775278c" diff --git a/pyproject.toml b/pyproject.toml index 07239cb..5fe73e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" # 3.8 end-of-life 2024-10 -"ruamel.yaml" = "^0.18.6" +"ruamel.yaml" = "^0.18.7" pyre2 = { version = "^0.3.6", optional = true } pyre2-updated = { version = "^0.3.8", optional = true }