From a67695e031f40029d7eff40ba1df8dbcf8510481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:57:34 +0200 Subject: [PATCH] Bump orjson from 3.10.6 to 3.10.7 (#849) 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 69143b5a..48b6e229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "async-timeout==4.0.3", "coloredlogs==15.0.1", "cryptography==43.0.0", - "orjson==3.10.6", + "orjson==3.10.7", "zeroconf==0.132.2", "home-assistant-chip-core==2024.7.1", ]