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", ]