From 3d287f5e9340226e1b958e84bda425a0a0381996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 07:56:43 +0000 Subject: [PATCH] chore(deps): bump orjson from 3.10.7 to 3.10.13 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.13. - [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.13) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8cf67fb..d9a451f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ bentoml==1.3.9 boto3==1.34.162 botocore==1.34.162 -orjson==3.10.7 +orjson==3.10.13 PyJWT==2.9.0 pytest==8.3.2 pytest-asyncio==0.23.8