From e6858b0efe2b0946eb73f6701ff27c77462a7606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:23:05 +0000 Subject: [PATCH] chore(deps): bump orjson from 3.10.7 to 3.10.11 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.11. - [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.11) --- 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..a8515b0 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.11 PyJWT==2.9.0 pytest==8.3.2 pytest-asyncio==0.23.8