From 22fb2ce96c970ebd3112ed0925410f0ffdeb1622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:53:36 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /stembot Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stembot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stembot/requirements.txt b/stembot/requirements.txt index 00f8556..db6de32 100644 --- a/stembot/requirements.txt +++ b/stembot/requirements.txt @@ -4,7 +4,7 @@ attrs==20.2.0 chardet==3.0.4 idna==2.10 multidict==4.7.6 -numpy==1.19.2 +numpy==1.22.0 pandas==1.1.2 pymongo==3.11.0 python-dateutil==2.8.1