File tree 5 files changed +16
-14
lines changed 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
2
2
3
3
WORKDIR /app
4
4
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
2
2
3
3
WORKDIR /app
4
4
Original file line number Diff line number Diff line change @@ -68,11 +68,13 @@ graphql-core==2.3.2
68
68
# graphql-relay
69
69
graphql-relay == 2.0.1
70
70
# via graphene
71
+ greenlet == 3.0.3
72
+ # via -r requirements/common-requirements.txt
71
73
h11 == 0.14.0
72
74
# via
73
75
# -r requirements/common-requirements.txt
74
76
# uvicorn
75
- idna == 3.6
77
+ idna == 3.7
76
78
# via
77
79
# -r requirements/common-requirements.txt
78
80
# anyio
@@ -142,7 +144,7 @@ pyjwt==2.4.0
142
144
# via -r requirements/requirements.in
143
145
pyminizip == 0.2.6
144
146
# via -r requirements/requirements.in
145
- python-dateutil == 2.8.2
147
+ python-dateutil == 2.9.0.post0
146
148
# via
147
149
# -r requirements/common-requirements.txt
148
150
# botocore
@@ -186,7 +188,7 @@ spacy[ja]==3.4.2
186
188
# via
187
189
# -r requirements/requirements.in
188
190
# spacy
189
- spacy-legacy == 3.0.12
191
+ spacy-legacy == 3.0.10
190
192
# via spacy
191
193
spacy-loggers == 1.0.5
192
194
# via spacy
@@ -218,7 +220,7 @@ typer==0.4.2
218
220
# via
219
221
# pathy
220
222
# spacy
221
- typing-extensions == 4.10 .0
223
+ typing-extensions == 4.11 .0
222
224
# via
223
225
# -r requirements/common-requirements.txt
224
226
# anyio
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.9
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
3
# by the following command:
4
4
#
5
5
# pip-compile common-requirements.in
@@ -22,11 +22,13 @@ click==8.1.7
22
22
# via uvicorn
23
23
exceptiongroup==1.2.0
24
24
# via anyio
25
- # fastapi==0.110.0
25
+ #fastapi==0.110.0
26
26
# via -r mini-requirements.in
27
+ greenlet==3.0.3
28
+ # via sqlalchemy
27
29
h11==0.14.0
28
30
# via uvicorn
29
- idna==3.6
31
+ idna==3.7
30
32
# via
31
33
# anyio
32
34
# requests
@@ -48,7 +50,7 @@ pydantic==1.10.8
48
50
# via
49
51
# -r mini-requirements.in
50
52
# fastapi
51
- python-dateutil==2.8.2
53
+ python-dateutil==2.9.0.post0
52
54
# via
53
55
# botocore
54
56
# pandas
@@ -64,14 +66,13 @@ sniffio==1.3.1
64
66
# via anyio
65
67
sqlalchemy==1.4.42
66
68
# via -r common-requirements.in
67
- # starlette==0.36.3
69
+ #starlette==0.36.3
68
70
# via fastapi
69
- typing-extensions==4.10 .0
71
+ typing-extensions==4.11 .0
70
72
# via
71
73
# anyio
72
74
# fastapi
73
75
# pydantic
74
- # starlette
75
76
urllib3==1.26.18
76
77
# via
77
78
# botocore
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ graphql-core==2.3.2
10
10
openpyxl==3.0.10
11
11
pyjwt==2.4.0
12
12
spacy[ja]==3.4.2
13
- # starlette==0.14.1
14
13
starlette==0.14.2
15
14
fastapi==0.65.0
16
15
pyminizip==0.2.6
You can’t perform that action at this time.
0 commit comments