From d1b97ed5278a2a9bc9fad81a5538c3e235df2bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:32:38 +0000 Subject: [PATCH] Bump numpy from 1.11 to 1.22.0 in /docker-automation Bumps [numpy](https://github.com/numpy/numpy) from 1.11 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.11.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker-automation/docker-py-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-automation/docker-py-requirements.txt b/docker-automation/docker-py-requirements.txt index 92532cb..77f7207 100644 --- a/docker-automation/docker-py-requirements.txt +++ b/docker-automation/docker-py-requirements.txt @@ -1,4 +1,4 @@ -numpy==1.11 +numpy==1.22.0 pandas==0.22 Pillow==5.0 Polygon2>=2.0