Skip to content

Commit 7f3f520

Browse files
new parent image (#68)
1 parent 44cb553 commit 7f3f520

File tree

4 files changed

+78
-19
lines changed

4 files changed

+78
-19
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.15.0-common
1+
FROM kernai/refinery-parent-images:v1.16.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.15.0-common
1+
FROM kernai/refinery-parent-images:v1.16.0-common
22

33
WORKDIR /app
44

requirements/common-requirements.txt

Lines changed: 75 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,141 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile common-requirements.in
66
#
7-
anyio==4.3.0
8-
# via starlette
7+
anyio==4.4.0
8+
# via
9+
# httpx
10+
# starlette
11+
# watchfiles
912
boto3==1.25.0
1013
# via -r common-requirements.in
1114
botocore==1.28.5
1215
# via
1316
# boto3
1417
# s3transfer
15-
certifi==2024.2.2
18+
certifi==2024.6.2
1619
# via
20+
# httpcore
21+
# httpx
1722
# minio
1823
# requests
1924
charset-normalizer==3.3.2
2025
# via requests
2126
click==8.1.7
22-
# via uvicorn
23-
exceptiongroup==1.2.0
27+
# via
28+
# typer
29+
# uvicorn
30+
dnspython==2.6.1
31+
# via email-validator
32+
email-validator==2.1.1
33+
# via fastapi
34+
exceptiongroup==1.2.1
2435
# via anyio
25-
fastapi==0.110.0
36+
fastapi==0.111.0
2637
# via -r mini-requirements.in
27-
greenlet==3.0.3
28-
# via sqlalchemy
38+
fastapi-cli==0.0.4
39+
# via fastapi
2940
h11==0.14.0
41+
# via
42+
# httpcore
43+
# uvicorn
44+
httpcore==1.0.5
45+
# via httpx
46+
httptools==0.6.1
3047
# via uvicorn
48+
httpx==0.27.0
49+
# via fastapi
3150
idna==3.7
3251
# via
3352
# anyio
53+
# email-validator
54+
# httpx
3455
# requests
56+
jinja2==3.1.4
57+
# via fastapi
3558
jmespath==1.0.1
3659
# via
3760
# boto3
3861
# botocore
62+
markdown-it-py==3.0.0
63+
# via rich
64+
markupsafe==2.1.5
65+
# via jinja2
66+
mdurl==0.1.2
67+
# via markdown-it-py
3968
minio==7.1.12
4069
# via -r common-requirements.in
4170
numpy==1.23.4
4271
# via
4372
# -r common-requirements.in
4473
# pandas
74+
orjson==3.10.3
75+
# via fastapi
4576
pandas==1.5.1
4677
# via -r common-requirements.in
4778
psycopg2-binary==2.9.9
4879
# via -r common-requirements.in
49-
pydantic==1.10.8
80+
pydantic==1.10.13
5081
# via
5182
# -r mini-requirements.in
5283
# fastapi
84+
pygments==2.18.0
85+
# via rich
5386
python-dateutil==2.9.0.post0
5487
# via
5588
# botocore
5689
# pandas
90+
python-dotenv==1.0.1
91+
# via uvicorn
92+
python-multipart==0.0.9
93+
# via fastapi
5794
pytz==2024.1
5895
# via pandas
59-
requests==2.31.0
96+
pyyaml==6.0.1
97+
# via uvicorn
98+
requests==2.32.0
6099
# via -r mini-requirements.in
100+
rich==13.7.1
101+
# via typer
61102
s3transfer==0.6.2
62103
# via boto3
104+
shellingham==1.5.4
105+
# via typer
63106
six==1.16.0
64107
# via python-dateutil
65108
sniffio==1.3.1
66-
# via anyio
109+
# via
110+
# anyio
111+
# httpx
67112
sqlalchemy==1.4.42
68113
# via -r common-requirements.in
69-
starlette==0.36.3
114+
starlette==0.37.2
70115
# via fastapi
71-
typing-extensions==4.11.0
116+
typer==0.12.3
117+
# via fastapi-cli
118+
typing-extensions==4.12.1
72119
# via
73120
# anyio
74121
# fastapi
75122
# pydantic
123+
# starlette
124+
# typer
125+
ujson==5.10.0
126+
# via fastapi
76127
urllib3==1.26.18
77128
# via
78129
# botocore
79130
# minio
80131
# requests
81-
uvicorn==0.22.0
82-
# via -r mini-requirements.in
132+
uvicorn[standard]==0.22.0
133+
# via
134+
# -r mini-requirements.in
135+
# fastapi
136+
uvloop==0.19.0
137+
# via uvicorn
138+
watchfiles==0.22.0
139+
# via uvicorn
140+
websockets==12.0
141+
# via uvicorn

0 commit comments

Comments
 (0)