From 7704a6d265d9f2d9e6491f0eb872d080d7f9230d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 00:00:46 +0000 Subject: [PATCH] build: update orjson requirement from ~=3.6.4 to ~=3.7.12 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.7.12) --- 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..498d297 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.7.12