From b19639f3d769b6ac5dfd7406713abb8f435b0607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:12:15 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 00dcc1d..f9e8a18 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ biopython==1.79 Cython==0.29.28 matplotlib==3.3.4 -numpy==1.19.5 +numpy==1.22.0 numpydoc==1.3.1 pysam==0.19.0 Sphinx==4.5.0 diff --git a/requirements.txt b/requirements.txt index cc2a401..32b6cd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ biopython==1.79 Cython==0.29.28 matplotlib==3.3.4 -numpy==1.19.5 +numpy==1.22.0 pandas==1.1.5 pysam==0.19.0 scipy==1.5.4