From c00c7c226dcb2fe7d8dd3934b6e3f39799b7be23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:54:18 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /monit_cron 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] --- monit_cron/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monit_cron/requirements.txt b/monit_cron/requirements.txt index aca07fa..7676245 100644 --- a/monit_cron/requirements.txt +++ b/monit_cron/requirements.txt @@ -6,4 +6,4 @@ idna==2.10 psutil==5.7.2 requests==2.24.0 urllib3==1.25.10 -numpy==1.19.2 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file