Skip to content

Commit 9d09182

Browse files
authored
Merge pull request #4 from code-kern-ai/dependabot-pip-numpy-1.22.0
Bump numpy from 1.21.4 to 1.22.0
2 parents 0d0a1a1 + 3edb402 commit 9d09182

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM python:3.7
2+
FROM python:3.9
33

44
WORKDIR /program
55

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.9
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Jinja2==3.0.2
1515
jsonschema==4.2.1
1616
MarkupSafe==2.0.1
1717
mypy-extensions==0.4.3
18-
numpy==1.21.4
18+
numpy==1.22.0
1919
pandas==1.3.4
2020
pathspec==0.9.0
2121
platformdirs==2.4.0

0 commit comments

Comments
 (0)