From 01eb432afa64c93a12b1ef58350414c09d9ca6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:00:15 +0100 Subject: [PATCH] Bump orjson from 3.9.13 to 3.9.14 (#1094) Bumps [orjson](https://github.com/ijl/orjson) from 3.9.13 to 3.9.14. - [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.13...3.9.14) --- 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 e470d99e..c9dc02fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ server = [ "pyatv==0.14.5", "unidecode==1.3.8", "xmltodict==0.13.0", - "orjson==3.9.13", + "orjson==3.9.14", "shortuuid==1.0.11", "zeroconf==0.131.0", "cryptography==42.0.2", diff --git a/requirements_all.txt b/requirements_all.txt index 66d4561c..d317205e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -21,7 +21,7 @@ jellyfin_apiclient_python==1.9.2 mashumaro==3.12 memory-tempfile==2.2.3 music-assistant-frontend==2.2.2 -orjson==3.9.13 +orjson==3.9.14 pillow==10.2.0 plexapi==4.15.9 py-opensonic>=5.0.5 -- 2.34.1