From 73eace33ae4f866f7a3fa6acd93b4ad3bb8bf796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:32:20 +0000 Subject: [PATCH] Bump orjson from 3.5.3 to 3.9.15 Bumps [orjson](https://github.com/ijl/orjson) from 3.5.3 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.5.3...3.9.15) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f10d64..98ad175 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ py_modules=['tap_files'], install_requires=[ 'fsspec==0.7.4', - 'orjson==3.5.3', + 'orjson==3.9.15', 'singer-python==5.9.0' ], entry_points='''