From 90d3ebe13ef273cdca9176f59f57e5ab2bba6741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:44:58 +0000 Subject: [PATCH] Bump orjson from 3.8.5 to 3.9.15 Bumps [orjson](https://github.com/ijl/orjson) from 3.8.5 to 3.9.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.8.5...3.9.15) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 796828d..6aa79d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "boto3==1.26.41", "numpy>=1.23.4,<1.25", "pandas==1.5.2", - "orjson==3.8.5", + "orjson==3.9.15", "ujson==5.7.0", "stream-unzip==0.0.78", "pydantic==2.1.1",