From bf646b62e60767c012cc18a74df638d3dda2343b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:01:36 +0200 Subject: [PATCH] Chore(deps): Bump orjson from 3.10.16 to 3.10.18 (#2187) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.16 to 3.10.18. - [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.16...3.10.18) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.10.18 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 7f18bad6..bf15284f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "music-assistant-frontend==2.15.0", "music-assistant-models==1.1.45", "mutagen==1.47.0", - "orjson==3.10.16", + "orjson==3.10.18", "pillow==11.2.1", "podcastparser==0.6.10", "python-slugify==8.0.4", diff --git a/requirements_all.txt b/requirements_all.txt index 6cb9644e..d58685d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -31,7 +31,7 @@ mashumaro==3.15 music-assistant-frontend==2.15.0 music-assistant-models==1.1.45 mutagen==1.47.0 -orjson==3.10.16 +orjson==3.10.18 pillow==11.2.1 pkce==1.0.3 plexapi==4.17.0 -- 2.34.1