From 4b5a4d9c3e9b02fde3a5f135b25a12736559eb61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:08:41 +0000 Subject: [PATCH] Build(deps): bump orjson from 3.11.3 to 3.11.4 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.3 to 3.11.4. - [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.11.3...3.11.4) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.4 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 ef3a26d..1cc9505 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ httpx==0.28.1 -orjson==3.11.3 +orjson==3.11.4 pydantic==2.12.0 moviepy==1.0.3 pycryptodomex==3.23.0 diff --git a/setup.py b/setup.py index 2575dba..ac071dc 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ requirements = [ "httpx==0.28.1", - "orjson==3.11.3", + "orjson==3.11.4", "pydantic==2.12.0", "moviepy==1.0.3", "pycryptodomex==3.23.0",