From 705162a52fab54c55da47fef8dfd13b6f58ca05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 06:38:35 +0000 Subject: [PATCH] Bump numpy from 1.21.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.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.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.21.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07c929d5..e4c3c64a 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ ], extras_require={ "vcf": [ - "numpy==1.21.5", + "numpy==1.22.0", "cyvcf2==0.30.14", "Cython==0.29.26", ],