Skip to content

Commit 8a558da

Browse files
new parent image (#54)
1 parent 39a8498 commit 8a558da

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.14.0-common
1+
FROM kernai/refinery-parent-images:v1.15.0-common
22

33
WORKDIR /program
44

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.14.0-common
1+
FROM kernai/refinery-parent-images:v1.15.0-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
@@ -49,11 +49,15 @@ exceptiongroup==1.2.0
4949
# anyio
5050
fastapi==0.110.0
5151
# via -r requirements/common-requirements.txt
52+
greenlet==3.0.3
53+
# via
54+
# -r requirements/common-requirements.txt
55+
# sqlalchemy
5256
h11==0.14.0
5357
# via
5458
# -r requirements/common-requirements.txt
5559
# uvicorn
56-
idna==3.6
60+
idna==3.7
5761
# via
5862
# -r requirements/common-requirements.txt
5963
# anyio
@@ -104,7 +108,7 @@ pydantic==1.10.8
104108
# thinc
105109
pyparsing==3.0.9
106110
# via packaging
107-
python-dateutil==2.8.2
111+
python-dateutil==2.9.0.post0
108112
# via
109113
# -r requirements/common-requirements.txt
110114
# botocore
@@ -156,13 +160,12 @@ typer==0.4.2
156160
# via
157161
# pathy
158162
# spacy
159-
typing-extensions==4.10.0
163+
typing-extensions==4.11.0
160164
# via
161165
# -r requirements/common-requirements.txt
162166
# anyio
163167
# fastapi
164168
# pydantic
165-
# starlette
166169
urllib3==1.26.18
167170
# via
168171
# -r requirements/common-requirements.txt

requirements/common-requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile common-requirements.in
@@ -24,9 +24,11 @@ exceptiongroup==1.2.0
2424
# via anyio
2525
fastapi==0.110.0
2626
# via -r mini-requirements.in
27+
greenlet==3.0.3
28+
# via sqlalchemy
2729
h11==0.14.0
2830
# via uvicorn
29-
idna==3.6
31+
idna==3.7
3032
# via
3133
# anyio
3234
# requests
@@ -48,7 +50,7 @@ pydantic==1.10.8
4850
# via
4951
# -r mini-requirements.in
5052
# fastapi
51-
python-dateutil==2.8.2
53+
python-dateutil==2.9.0.post0
5254
# via
5355
# botocore
5456
# pandas
@@ -66,12 +68,11 @@ sqlalchemy==1.4.42
6668
# via -r common-requirements.in
6769
starlette==0.36.3
6870
# via fastapi
69-
typing-extensions==4.10.0
71+
typing-extensions==4.11.0
7072
# via
7173
# anyio
7274
# fastapi
7375
# pydantic
74-
# starlette
7576
urllib3==1.26.18
7677
# via
7778
# botocore

0 commit comments

Comments
 (0)