From 47d765eb3c366b29d1355dcce6ab9f005702c3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:33:57 +0200 Subject: [PATCH] Bump orjson from 3.10.5 to 3.10.6 (#795) 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 19d3c5f7..77cbf77d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "async-timeout==4.0.3", "coloredlogs==15.0.1", "cryptography==42.0.8", - "orjson==3.10.5", + "orjson==3.10.6", "zeroconf==0.132.2", "home-assistant-chip-core==2024.7.0", ]