From 4b9581c2317ea1efd77568a8541be665a5b37e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:42:19 +0200 Subject: [PATCH] Bump orjson from 3.9.9 to 3.9.10 (#894) Bumps [orjson](https://github.com/ijl/orjson) from 3.9.9 to 3.9.10. - [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.9.9...3.9.10) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8817dd9..64835075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ server = [ "pillow==10.0.0", "unidecode==1.3.6", "xmltodict==0.13.0", - "orjson==3.9.9", + "orjson==3.9.10", "shortuuid==1.0.11", "zeroconf==0.119.0", "cryptography==41.0.3", diff --git a/requirements_all.txt b/requirements_all.txt index eb5cb4c8..c45873dd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -19,7 +19,7 @@ ifaddr==0.2.0 mashumaro==3.9 memory-tempfile==2.2.3 music-assistant-frontend==2.0.13 -orjson==3.9.9 +orjson==3.9.10 pillow==10.0.0 plexapi==4.15.0 PyChromecast==13.0.7 -- 2.34.1