From c0623d19545edb8f2fb8c0ef6d74c1e3f6279caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 14:42:44 +0200 Subject: [PATCH] Bump orjson from 3.9.15 to 3.10.3 (#691) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c661f95..1d3c7a43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "async-timeout==4.0.3", "coloredlogs==15.0.1", "cryptography==42.0.7", - "orjson==3.9.15", + "orjson==3.10.3", "zeroconf==0.132.2", "home-assistant-chip-core==2024.5.0", ]