From 47fe29fd10ad4616921d13ec14c9767aca147f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 01:59:32 +0000 Subject: [PATCH] build: update numpy requirement from ~=1.21.4 to ~=1.23.5 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.5) --- 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..91d96ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mmcif-pdbx~=2.0.1 -numpy~=1.21.4 +numpy~=1.23.5 orjson~=3.6.4