From ec2c15e92e9ce7a11e01d1210d53758788f0280e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 23:08:56 +0000 Subject: [PATCH] Bump numpy from 1.22.3 to 1.22.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.22.3 to 1.22.4. - [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.22.3...v1.22.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebdc2d45..0aa15d61 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ ], extras_require={ "vcf": [ - "numpy==1.22.3", + "numpy==1.22.4", "cyvcf2==0.30.15", "Cython==0.29.30", ],