From e4d864ce4ff088ede1f49d6858afdcacc563f106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:07:39 +0000 Subject: [PATCH] Bump numpy from 1.23.4 to 1.23.5 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.4 to 1.23.5. - [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.23.4...v1.23.5) --- 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 cc6e3a1d..2e912d5b 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ ], extras_require={ "vcf": [ - "numpy==1.23.4", + "numpy==1.23.5", "cyvcf2==0.30.18", "Cython==0.29.32", ],