From 42167ef016a16db87c158c43500494648a7a754a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:12:45 +0000 Subject: [PATCH] :arrow_up: Bump numpy from 1.21.1 to 1.24.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 to 1.24.0. - [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.0) --- 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..b2e98b0 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.0; 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"