File tree Expand file tree Collapse file tree 5 files changed +16
-14
lines changed Expand file tree Collapse file tree 5 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1- FROM kernai/refinery-parent-images:v1.14 .0-common
1+ FROM kernai/refinery-parent-images:v1.15 .0-common
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 1- FROM kernai/refinery-parent-images:v1.14 .0-common
1+ FROM kernai/refinery-parent-images:v1.15 .0-common
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change @@ -68,11 +68,13 @@ graphql-core==2.3.2
6868 # graphql-relay
6969graphql-relay == 2.0.1
7070 # via graphene
71+ greenlet == 3.0.3
72+ # via -r requirements/common-requirements.txt
7173h11 == 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
143145pyminizip == 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
191193spacy-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
Original file line number Diff line number Diff line change 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
2323exceptiongroup==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
2729h11==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
6567sqlalchemy==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
7576urllib3==1.26.18
7677 # via
7778 # botocore
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ graphql-core==2.3.2
1010openpyxl==3.0.10
1111pyjwt==2.4.0
1212spacy[ja]==3.4.2
13- # starlette==0.14.1
1413starlette==0.14.2
1514fastapi==0.65.0
1615pyminizip==0.2.6
You can’t perform that action at this time.
0 commit comments