From 9b14c4746892478b602aec6c539600e24478e9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 00:00:42 +0000 Subject: [PATCH] build: update numpy requirement from ~=1.21.4 to ~=1.23.2 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.2) --- 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..fcffbc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mmcif-pdbx~=2.0.1 -numpy~=1.21.4 +numpy~=1.23.2 orjson~=3.6.4