From 6e242bdc731884a14854ec055845bfd09e4f1caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 19:40:12 +0000 Subject: [PATCH] :arrow_up: Bump numpy from 1.21.1 to 1.23.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 to 1.23.3. - [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.23.3) --- 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..a251863 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.23.3; 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"