From d65a2c784d73da6d4bc7d1ace207183e702a1fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:26:48 +0100 Subject: [PATCH] Update orjson requirement from ~=3.10 to ~=3.11 (#3617) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22890297..49c824a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ wtforms~=3.2 jsonpath-ng~=1.7.0 # Fast JSON serialization for better performance -orjson~=3.10 +orjson~=3.11 # dnspython - Used by paho-mqtt for MQTT broker resolution # Version pin removed since eventlet (which required the specific 2.6.1 pin) has been eliminated