From 1470f6040fc0706141d728c3a8a10b9b54a20eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:06:31 +0000 Subject: [PATCH 1/2] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 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.21.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9211e2a..fbb5db6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ h11==0.13.0 idna==3.3 importlib-metadata==4.11.3 mypy-extensions==0.4.3 -numpy==1.21.6 +numpy==1.22.0 pandas==1.3.5 pathspec==0.9.0 platformdirs==2.5.2 From 1cc95c5d5f5f3c679b0d9b50920f91f02a6d5b0b Mon Sep 17 00:00:00 2001 From: JWittmeyer <91723236+JWittmeyer@users.noreply.github.com> Date: Fri, 12 Aug 2022 14:09:46 +0200 Subject: [PATCH 2/2] bump python version --- Dockerfile | 2 +- dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 35c64ff..0fe3fc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.9 WORKDIR /app diff --git a/dev.Dockerfile b/dev.Dockerfile index a611fed..c47097c 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.9 WORKDIR /app