From 6f68c028653992fbf76d80b46bc1ce012d1b544e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 00:49:17 +0200 Subject: [PATCH] Bump orjson from 3.8.14 to 3.9.0 (#698) Bumps [orjson](https://github.com/ijl/orjson) from 3.8.14 to 3.9.0. - [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.14...3.9.0) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-minor ... 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 b2923e68..1ee169f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ server = [ "pillow==9.5.0", "unidecode==1.3.6", "xmltodict==0.13.0", - "orjson==3.8.14", + "orjson==3.9.0", "shortuuid==1.0.11", "zeroconf==0.64.1", "cryptography==41.0.1" diff --git a/requirements_all.txt b/requirements_all.txt index 9263007b..1f749c9e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -19,7 +19,7 @@ git+https://github.com/pytube/pytube.git@refs/pull/1501/head mashumaro==3.7 memory-tempfile==2.2.3 music-assistant-frontend==20230527.0 -orjson==3.8.14 +orjson==3.9.0 pillow==9.5.0 plexapi==4.13.4 PyChromecast==13.0.7 -- 2.34.1