From ad8ccc9cfda57aa886ae58d8eca041e09bdefc26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 19:03:02 +0000 Subject: [PATCH] :arrow_up: Bump numpy from 1.21.1 to 1.24.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 to 1.24.1. - [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.1...v1.24.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b88e855..a0652ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ biopython==1.79; python_version >= "3.6" click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_full_version >= "3.5.0" and python_version < "4.0" commonmark==0.9.1; python_version >= "3.6" and python_version < "4.0" -numpy==1.21.1; python_version >= "3.7" +numpy==1.24.1; python_version >= "3.7" pygments==2.9.0; python_version >= "3.6" and python_version < "4.0" rich==10.6.0; python_version >= "3.6" and python_version < "4.0" shellingham==1.4.0; python_version >= "3.6"