From b5dce943223c8ba0d12ff97c1e0b10519fefc6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:49:23 +0000 Subject: [PATCH] Bump numpy from 1.16.2 to 1.22.0 in /services/jobs/jobs Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/jobs/jobs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jobs/jobs/requirements.txt b/services/jobs/jobs/requirements.txt index 0752bda..d12ba90 100644 --- a/services/jobs/jobs/requirements.txt +++ b/services/jobs/jobs/requirements.txt @@ -33,5 +33,5 @@ wincertstore==0.2 wrapt==1.10.11 pytz==2018.7 GitPython==2.1.11 -numpy==1.16.2 +numpy==1.22.0 pil \ No newline at end of file