From aaa5488351a857ce19d5ea4b6aadc8512ee793de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:22:39 +0000 Subject: [PATCH] build: bump numpy from 1.26.3 to 1.26.4 (#97) Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 1.26.4. - [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.26.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f520156..cefee31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mmcif==0.85.1 -numpy==1.26.3 +numpy==1.26.4 orjson==3.9.15 rnapolis==0.3.3