From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:40:08 +0000 (+0100) Subject: Bump orjson from 3.9.12 to 3.9.13 (#1073) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e401b3e9474f2af676c8640bde91aa750f69d4af;p=music-assistant-server.git Bump orjson from 3.9.12 to 3.9.13 (#1073) Bumps [orjson](https://github.com/ijl/orjson) from 3.9.12 to 3.9.13. - [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.9.12...3.9.13) --- 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 66349b22..e85bba8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ server = [ "pillow==10.2.0", "unidecode==1.3.8", "xmltodict==0.13.0", - "orjson==3.9.12", + "orjson==3.9.13", "shortuuid==1.0.11", "zeroconf==0.131.0", "cryptography==42.0.2", diff --git a/requirements_all.txt b/requirements_all.txt index 3aeb363f..ef810d3d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -19,7 +19,7 @@ ifaddr==0.2.0 mashumaro==3.12 memory-tempfile==2.2.3 music-assistant-frontend==2.1.2 -orjson==3.9.12 +orjson==3.9.13 pillow==10.2.0 plexapi==4.15.7 py-opensonic>=5.0.5