From a0ea27ed00842c59db3a1610f7bd2837337dd65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:28:08 +0000 Subject: [PATCH] chore(deps): bump orjson from 3.10.7 to 3.10.15 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.15. - [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.15) --- 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..2498d67 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.15 PyJWT==2.9.0 pytest==8.3.2 pytest-asyncio==0.23.8