From 3319c10a452f2a1d06590eae91ae528a80ab492d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:30:55 +0100 Subject: [PATCH] Chore(deps): Bump orjson from 3.10.7 to 3.10.12 (#1792) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.12. - [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.7...3.10.12) --- updated-dependencies: - dependency-name: orjson 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 1da89750c..2be76bda8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "memory-tempfile==2.2.3", "music-assistant-frontend==v2.9.16", "music-assistant-models==1.1.4", - "orjson==3.10.7", + "orjson==3.10.12", "pillow==11.0.0", "python-slugify==8.0.4", "unidecode==1.3.8", diff --git a/requirements_all.txt b/requirements_all.txt index 1097dd7b1..1d55bde17 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -24,7 +24,7 @@ mashumaro==3.14 memory-tempfile==2.2.3 music-assistant-frontend==v2.9.16 music-assistant-models==1.1.4 -orjson==3.10.7 +orjson==3.10.12 pillow==11.0.0 pkce==1.0.3 plexapi==4.15.16