From 0fabb9f7c8c87da5f51cfdad9210aa802d2bd20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:52:40 +0000 Subject: [PATCH] chore(deps): update ruamel-yaml requirement from >=0.17.32 to >=0.19.1 Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f636aa1..b78b7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = {text = "MIT"} requires-python = ">=3.12" dependencies = [ "mitmproxy>=12.2.3", - "ruamel.yaml>=0.17.32", + "ruamel.yaml>=0.19.1", "json-stream>=2.3.2,<3", "msgpack>=1.0.7,<2", ]