From 6029306f86294a954b0d68c4d193e7265ea7435d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:50:56 +0100 Subject: [PATCH] Bump orjson from 3.10.11 to 3.10.12 (#969) 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 65d9b106..6c00ee79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "async-timeout==5.0.1", "coloredlogs==15.0.1", "cryptography==43.0.3", - "orjson==3.10.11", + "orjson==3.10.12", "zeroconf==0.136.0", "home-assistant-chip-core==2024.11.0", ]