Skip to content

Commit 3dff874

Browse files
new parent image (#135)
* new parent image * comments non working dependencies and runs pip compile again
1 parent 6b382f3 commit 3dff874

File tree

4 files changed

+34
-30
lines changed

4 files changed

+34
-30
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.8.1-common
1+
FROM kernai/refinery-parent-images:v1.11.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.8.1-common
1+
FROM kernai/refinery-parent-images:v1.11.0-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
66
#
77
alembic==1.7.1
88
# via -r requirements/requirements.in
99
aniso8601==7.0.0
1010
# via graphene
11-
anyio==3.6.2
11+
anyio==3.7.0
1212
# via -r requirements/common-requirements.txt
1313
blis==0.7.9
1414
# via thinc
@@ -24,12 +24,12 @@ catalogue==2.0.8
2424
# spacy
2525
# srsly
2626
# thinc
27-
certifi==2022.12.7
27+
certifi==2023.5.7
2828
# via
2929
# -r requirements/common-requirements.txt
3030
# minio
3131
# requests
32-
charset-normalizer==2.1.1
32+
charset-normalizer==3.1.0
3333
# via
3434
# -r requirements/common-requirements.txt
3535
# requests
@@ -49,6 +49,10 @@ docker==5.0.0
4949
# via -r requirements/requirements.in
5050
et-xmlfile==1.1.0
5151
# via openpyxl
52+
exceptiongroup==1.1.1
53+
# via
54+
# -r requirements/common-requirements.txt
55+
# anyio
5256
graphene==2.1.9
5357
# via
5458
# -r requirements/requirements.in
@@ -62,8 +66,6 @@ graphql-core==2.3.2
6266
# graphql-relay
6367
graphql-relay==2.0.1
6468
# via graphene
65-
greenlet==2.0.2
66-
# via sqlalchemy
6769
h11==0.14.0
6870
# via
6971
# -r requirements/common-requirements.txt
@@ -120,7 +122,7 @@ promise==2.3
120122
# graphql-relay
121123
psycopg2-binary==2.9.4
122124
# via -r requirements/common-requirements.txt
123-
pydantic==1.10.2
125+
pydantic==1.10.8
124126
# via
125127
# -r requirements/common-requirements.txt
126128
# spacy
@@ -134,18 +136,18 @@ python-dateutil==2.8.2
134136
# -r requirements/common-requirements.txt
135137
# botocore
136138
# pandas
137-
pytz==2022.7.1
139+
pytz==2023.3
138140
# via
139141
# -r requirements/common-requirements.txt
140142
# pandas
141-
requests==2.28.1
143+
requests==2.31.0
142144
# via
143145
# -r requirements/common-requirements.txt
144146
# docker
145147
# spacy
146148
rx==1.6.1
147149
# via graphql-core
148-
s3transfer==0.6.0
150+
s3transfer==0.6.1
149151
# via
150152
# -r requirements/common-requirements.txt
151153
# boto3
@@ -192,17 +194,17 @@ typer==0.4.2
192194
# via
193195
# pathy
194196
# spacy
195-
typing-extensions==4.5.0
197+
typing-extensions==4.6.2
196198
# via
197199
# -r requirements/common-requirements.txt
198200
# pydantic
199-
urllib3==1.26.14
201+
urllib3==1.26.16
200202
# via
201203
# -r requirements/common-requirements.txt
202204
# botocore
203205
# minio
204206
# requests
205-
uvicorn==0.19.0
207+
uvicorn==0.22.0
206208
# via -r requirements/common-requirements.txt
207209
wasabi==0.10.1
208210
# via
Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
3-
# by the following command:
2+
# This file is autogenerated by pip-compile with python 3.9
3+
# To update, run:
44
#
55
# pip-compile common-requirements.in
66
#
7-
anyio==3.6.2
7+
anyio==3.7.0
88
# via starlette
99
boto3==1.25.0
1010
# via -r common-requirements.in
1111
botocore==1.28.5
1212
# via
1313
# boto3
1414
# s3transfer
15-
certifi==2022.12.7
15+
certifi==2023.5.7
1616
# via
1717
# minio
1818
# requests
19-
charset-normalizer==2.1.1
19+
charset-normalizer==3.1.0
2020
# via requests
2121
click==8.1.3
2222
# via uvicorn
23-
# fastapi==0.92.0
23+
exceptiongroup==1.1.1
24+
# via anyio
25+
# fastapi==0.95.2
2426
# via -r mini-requirements.in
2527
h11==0.14.0
2628
# via uvicorn
@@ -42,36 +44,36 @@ pandas==1.5.1
4244
# via -r common-requirements.in
4345
psycopg2-binary==2.9.4
4446
# via -r common-requirements.in
45-
pydantic==1.10.2
47+
pydantic==1.10.8
4648
# via
4749
# -r mini-requirements.in
4850
# fastapi
4951
python-dateutil==2.8.2
5052
# via
5153
# botocore
5254
# pandas
53-
pytz==2022.7.1
55+
pytz==2023.3
5456
# via pandas
55-
requests==2.28.1
57+
requests==2.31.0
5658
# via -r mini-requirements.in
57-
s3transfer==0.6.0
59+
s3transfer==0.6.1
5860
# via boto3
5961
six==1.16.0
6062
# via python-dateutil
6163
sniffio==1.3.0
6264
# via anyio
6365
sqlalchemy==1.4.42
6466
# via -r common-requirements.in
65-
# starlette==0.25.0
67+
# starlette==0.27.0
6668
# via fastapi
67-
typing-extensions==4.5.0
69+
typing-extensions==4.6.2
6870
# via
6971
# pydantic
7072
# starlette
71-
urllib3==1.26.14
73+
urllib3==1.26.16
7274
# via
7375
# botocore
7476
# minio
7577
# requests
76-
uvicorn==0.19.0
78+
uvicorn==0.22.0
7779
# via -r mini-requirements.in

0 commit comments

Comments
 (0)