From 82853e37a1fabcc0b011e849ce268af16249608e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:16:26 +0000 Subject: [PATCH] Bump python-rapidjson from 1.13 to 1.14 Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.13 to 1.14. - [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst) - [Commits](https://github.com/python-rapidjson/python-rapidjson/compare/v1.13...v1.14) --- updated-dependencies: - dependency-name: python-rapidjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3edae7498..d2daee4cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pyarrow==14.0.1; platform_machine != 'armv7l' py_find_1st==1.1.6 # Load ticker files 30% faster -python-rapidjson==1.13 +python-rapidjson==1.14 # Properly format api responses orjson==3.9.10