From 2bbbeb12f4b92fcba9fb642bae97c38e54d6d045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:52:36 +0000 Subject: [PATCH] chore(deps): update json-stream requirement Updates the requirements on [json-stream](https://github.com/daggaz/json-stream) to permit the latest version. - [Commits](https://github.com/daggaz/json-stream/compare/2.3.2...v2.5.1) --- updated-dependencies: - dependency-name: json-stream dependency-version: 2.5.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..fca6fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.12" dependencies = [ "mitmproxy>=12.2.3", "ruamel.yaml>=0.17.32", - "json-stream>=2.3.2,<3", + "json-stream>=2.5.1,<3", "msgpack>=1.0.7,<2", ]