From 37fba83b6935f14a858b0660052f8d3f19e4868a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:09:18 +0000 Subject: [PATCH] build: update orjson requirement from ~=3.6.4 to ~=3.8.5 Updates the requirements on [orjson](https://github.com/ijl/orjson) to permit the latest version. - [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.6.4...3.8.5) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd8768f..f7b2712 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mmcif-pdbx~=2.0.1 numpy~=1.21.4 -orjson~=3.6.4 +orjson~=3.8.5