From 7297dfc6f2cdcfc2046749d27e573edc6a15aa38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:22:20 +0000 Subject: [PATCH] Build(deps): bump orjson from 3.10.7 to 3.10.12 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.12. - [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.12) --- 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..fb7c0c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ httpx==0.27.2 -orjson==3.10.7 +orjson==3.10.12 pydantic==2.9.2 moviepy==1.0.3 pycryptodomex==3.20.0 diff --git a/setup.py b/setup.py index eacd5fd..3852be6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ requirements = [ "httpx==0.27.2", - "orjson==3.10.7", + "orjson==3.10.12", "pydantic==2.9.2", "moviepy==1.0.3", "pycryptodomex==3.20.0",