From 0ebb15678c7bf2c3bb01c0b59766db513805500b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 11:03:15 +0200 Subject: [PATCH] Chore(deps): Bump orjson from 3.10.18 to 3.11.1 (#2290) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.18 to 3.11.1. - [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.18...3.11.1) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.1 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 c7979b67..ba7c777c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "music-assistant-frontend==2.15.2", "music-assistant-models==1.1.52", "mutagen==1.47.0", - "orjson==3.10.18", + "orjson==3.11.1", "pillow==11.3.0", "podcastparser==0.6.10", "propcache>=0.2.1", diff --git a/requirements_all.txt b/requirements_all.txt index 5f6928e3..ec792856 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -32,7 +32,7 @@ mashumaro==3.16 music-assistant-frontend==2.15.2 music-assistant-models==1.1.52 mutagen==1.47.0 -orjson==3.10.18 +orjson==3.11.1 pillow==11.3.0 pkce==1.0.3 plexapi==4.17.0 -- 2.34.1