From 0f714c9a2803a0d40d6b1a1b943d9c55158994fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:43:56 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 in /db Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 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.17.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- db/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/requirements.txt b/db/requirements.txt index 3b0e3ce..a2a4fe3 100644 --- a/db/requirements.txt +++ b/db/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.17.2 +numpy==1.22.0 pandas==0.25.1 pysqlite3==0.4.1 python-dateutil==2.8.0