From c35e448c4b9ffaa34bc29812102aa24382bd5b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 01:58:15 +0000 Subject: [PATCH] build: update numpy requirement from ~=1.21.4 to ~=1.23.3 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.4...v1.23.3) --- updated-dependencies: - dependency-name: numpy 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..4a20637 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mmcif-pdbx~=2.0.1 -numpy~=1.21.4 +numpy~=1.23.3 orjson~=3.6.4