From f5fcc25c3170b6d1cd384c0d8fb53c98abfe9108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:55:28 +0000 Subject: [PATCH] Bump orjson from 3.10.12 to 3.10.13 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.12 to 3.10.13. - [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.10.12...3.10.13) --- updated-dependencies: - dependency-name: orjson 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 23b53345..c2934f0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ server = [ "atomicwrites==1.4.1", "coloredlogs==15.0.1", "cryptography==44.0.0", - "orjson==3.10.12", + "orjson==3.10.13", "zeroconf==0.136.2", "home-assistant-chip-core==2024.11.4", ]