From 3fc2b1fcedc2934af7b5bf4157dfb960d6ab94ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:27:09 +0000 Subject: [PATCH] Bump orjson from 3.11.7 to 3.11.8 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.7 to 3.11.8. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.7...3.11.8) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1743cf6..a99a18cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ server = [ "atomicwrites==1.4.1", "coloredlogs==15.0.1", "cryptography==46.0.6", - "orjson==3.11.7", + "orjson==3.11.8", "zeroconf==0.148.0", "home-assistant-chip-core==2025.7.0", ]