From ab083428a609eba64b0cdb03c178df20908a1692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:23:09 +0100 Subject: [PATCH] Chore(deps): Bump orjson from 3.11.3 to 3.11.4 (#2557) Bumps [orjson](https://github.com/ijl/orjson) from 3.11.3 to 3.11.4. - [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.3...3.11.4) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.4 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 eebf0024..36c23e61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "music-assistant-frontend==2.17.3", "music-assistant-models==1.1.65", "mutagen==1.47.0", - "orjson==3.11.3", + "orjson==3.11.4", "pillow==11.3.0", "podcastparser==0.6.10", "propcache>=0.2.1", diff --git a/requirements_all.txt b/requirements_all.txt index f3f0b380..2867ecdf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -39,7 +39,7 @@ music-assistant-frontend==2.17.3 music-assistant-models==1.1.65 mutagen==1.47.0 numpy==2.2.6 -orjson==3.11.3 +orjson==3.11.4 pillow==11.3.0 pkce==1.0.3 plexapi==4.17.1 -- 2.34.1