From 1423252839ec3ffab61fca829559552fbbd059ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:12:23 +0000 Subject: [PATCH] Bump orjson from 3.11.0 to 3.11.1 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.0 to 3.11.1. - [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.0...3.11.1) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.1 dependency-type: direct:production 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 549e6e74..3a531ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ server = [ "atomicwrites==1.4.1", "coloredlogs==15.0.1", "cryptography==45.0.5", - "orjson==3.11.0", + "orjson==3.11.1", "zeroconf==0.147.0", "home-assistant-chip-core==2025.7.0", ]