From 326f85c528f7b9a81db589d7947f6e3b059fbbc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:04:00 +0000 Subject: [PATCH] Bump numpy from 1.18.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- db_version/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db_version/requirements.txt b/db_version/requirements.txt index 810a272..e98a794 100644 --- a/db_version/requirements.txt +++ b/db_version/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.18.4 +numpy==1.22.0 pandas==1.0.3 pyfaidx==0.5.8 pymongo==3.10.1 diff --git a/requirements.txt b/requirements.txt index 137b620..96aa6d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.18.4 +numpy==1.22.0 pandas==1.0.3 pyfaidx==0.5.8 python-dateutil==2.8.1