From fb881d3d6a1b6ad09bd693ba5be77fc26ff7e875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:09:18 +0000 Subject: [PATCH] Bump orjson from 3.9.10 to 3.9.15 Bumps [orjson](https://github.com/ijl/orjson) from 3.9.10 to 3.9.15. - [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.10...3.9.15) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 89a864f..802dc94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ httpx==0.26.0 -orjson==3.9.10 +orjson==3.9.15 pydantic==2.6.3 moviepy==1.0.3 pycryptodomex==3.14.1 diff --git a/setup.py b/setup.py index a6f2780..b540d37 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ requirements = [ "httpx==0.26.0", - "orjson==3.9.10", + "orjson==3.9.15", "pydantic==2.6.3", "moviepy==1.0.3", "pycryptodomex==3.14.1",