From 7cf6d6e4ea9d2aa26375870a019fb852491320f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:31:32 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.16.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1abcf36..18183e4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,7 +13,7 @@ click==7.0 pytest==5.0.0 pytest-runner==5.1 pytest-cov==2.7.1 -numpy==1.16.4 +numpy==1.22.0 pandas==0.24.2 requests==2.22.0 aiohttp==3.5.4 diff --git a/setup.py b/setup.py index 1c2fb3e..06bb16e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('HISTORY.rst') as history_file: history = history_file.read() -requirements = ["Click==7.0", "requests==2.22.0", "numpy==1.16.4", +requirements = ["Click==7.0", "requests==2.22.0", "numpy==1.22.0", "pandas==0.24.2", "aiohttp==3.5.4", "aiofiles==0.4.0", "vcfpy2==0.1.2", "scikit-allel==1.2.1"]