From 452f3f7a9592d20d003c461cc1ad49aac9ccaccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:57:27 +0000 Subject: [PATCH] Build(deps): bump orjson from 3.10.7 to 3.10.10 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b60752c..6590425 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ httpx==0.27.2 -orjson==3.10.7 +orjson==3.10.10 pydantic==2.9.2 moviepy==1.0.3 pycryptodomex==3.20.0 diff --git a/setup.py b/setup.py index eacd5fd..21a9153 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ requirements = [ "httpx==0.27.2", - "orjson==3.10.7", + "orjson==3.10.10", "pydantic==2.9.2", "moviepy==1.0.3", "pycryptodomex==3.20.0",