From c059a74dcf83cb4db5e7d1d7fe1987c49df5c3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:30:14 +0200 Subject: [PATCH] Chore(deps): Bump orjson from 3.10.15 to 3.10.16 (#2132) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.15 to 3.10.16. - [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.15...3.10.16) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.10.16 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 28d20dd1..d7c2a7c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "music-assistant-frontend==2.14.9", "music-assistant-models==1.1.45", "mutagen==1.47.0", - "orjson==3.10.15", + "orjson==3.10.16", "pillow==11.1.0", "podcastparser==0.6.10", "python-slugify==8.0.4", diff --git a/requirements_all.txt b/requirements_all.txt index f4a2b7e9..34688f17 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -30,7 +30,7 @@ mashumaro==3.15 music-assistant-frontend==2.14.9 music-assistant-models==1.1.45 mutagen==1.47.0 -orjson==3.10.15 +orjson==3.10.16 pillow==11.1.0 pkce==1.0.3 plexapi==4.16.1 -- 2.34.1