Skip to content

Commit 08bf394

Browse files
Parent image update (#203)
* new parent image * req update starlette fastapi uncomment * updates submodule model --------- Co-authored-by: FelixKirschKern <[email protected]>
1 parent eae231a commit 08bf394

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-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 /app
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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ graphql-core==2.3.2
6868
# graphql-relay
6969
graphql-relay==2.0.1
7070
# via graphene
71+
greenlet==3.0.3
72+
# via -r requirements/common-requirements.txt
7173
h11==0.14.0
7274
# via
7375
# -r requirements/common-requirements.txt
7476
# uvicorn
75-
idna==3.6
77+
idna==3.7
7678
# via
7779
# -r requirements/common-requirements.txt
7880
# anyio
@@ -142,7 +144,7 @@ pyjwt==2.4.0
142144
# via -r requirements/requirements.in
143145
pyminizip==0.2.6
144146
# via -r requirements/requirements.in
145-
python-dateutil==2.8.2
147+
python-dateutil==2.9.0.post0
146148
# via
147149
# -r requirements/common-requirements.txt
148150
# botocore
@@ -186,7 +188,7 @@ spacy[ja]==3.4.2
186188
# via
187189
# -r requirements/requirements.in
188190
# spacy
189-
spacy-legacy==3.0.12
191+
spacy-legacy==3.0.10
190192
# via spacy
191193
spacy-loggers==1.0.5
192194
# via spacy
@@ -218,7 +220,7 @@ typer==0.4.2
218220
# via
219221
# pathy
220222
# spacy
221-
typing-extensions==4.10.0
223+
typing-extensions==4.11.0
222224
# via
223225
# -r requirements/common-requirements.txt
224226
# anyio

requirements/common-requirements.txt

Lines changed: 8 additions & 7 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
@@ -22,11 +22,13 @@ click==8.1.7
2222
# via uvicorn
2323
exceptiongroup==1.2.0
2424
# via anyio
25-
# fastapi==0.110.0
25+
#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
@@ -64,14 +66,13 @@ sniffio==1.3.1
6466
# via anyio
6567
sqlalchemy==1.4.42
6668
# via -r common-requirements.in
67-
# starlette==0.36.3
69+
#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

requirements/requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ graphql-core==2.3.2
1010
openpyxl==3.0.10
1111
pyjwt==2.4.0
1212
spacy[ja]==3.4.2
13-
# starlette==0.14.1
1413
starlette==0.14.2
1514
fastapi==0.65.0
1615
pyminizip==0.2.6

0 commit comments

Comments
 (0)