From 370ac6a42cb95e2f48d9b98f295d34a2ab1c4d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:29:09 +0000 Subject: [PATCH] Bump numpy from 1.21.2 to 1.22.0 in /scripts/brc4 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 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.21.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/brc4/requirements_gff-overlaps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/brc4/requirements_gff-overlaps.txt b/scripts/brc4/requirements_gff-overlaps.txt index e22c8e47..25151f8d 100644 --- a/scripts/brc4/requirements_gff-overlaps.txt +++ b/scripts/brc4/requirements_gff-overlaps.txt @@ -1,6 +1,6 @@ bcbio-gff==0.6.6 biopython==1.79 intervaltree==3.1.0 -numpy==1.21.2 +numpy==1.22.0 six==1.16.0 sortedcontainers==2.4.0