From 34e7c26b49ad584b074a0b6e7a53310affef158c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 10:03:29 +0000 Subject: [PATCH] Bump orjson from 3.8.10 to 3.8.14 Bumps [orjson](https://github.com/ijl/orjson) from 3.8.10 to 3.8.14. - [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.8.10...3.8.14) --- 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 008f545..46a4403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ "aiohttp==3.8.4", - "orjson==3.8.10", + "orjson==3.8.14", "matter-exceptions>=1.1.0", "requests==2.28.2", ]