From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:29:02 +0000 (+0100) Subject: Bump orjson from 3.10.7 to 3.10.10 (#1763) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=c5a8bef034c0c4fab5f7e33e9f89593fe92d160b;p=music-assistant-server.git Bump orjson from 3.10.7 to 3.10.10 (#1763) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.10. - [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.10) --- 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> --- diff --git a/pyproject.toml b/pyproject.toml index 4450c390..ea37fca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ server = [ "pillow==11.0.0", "unidecode==1.3.8", "xmltodict==0.14.2", - "orjson==3.10.7", + "orjson==3.10.10", "shortuuid==1.0.13", "zeroconf==0.135.0", "cryptography==43.0.3", diff --git a/requirements_all.txt b/requirements_all.txt index 2fa392c4..3543e6ec 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ ifaddr==0.2.0 mashumaro==3.14 memory-tempfile==2.2.3 music-assistant-frontend==v2.9.14 -orjson==3.10.7 +orjson==3.10.10 pillow==11.0.0 pkce==1.0.3 plexapi==4.15.16