Skip to content

Commit 025046b

Browse files
anmarhindiAnmar Hindi
andauthored
new parent image (#52)
Co-authored-by: Anmar Hindi <anmarhindi@Anmars-MacBook-Pro.local>
1 parent e76ffb0 commit 025046b

File tree

5 files changed

+36
-29
lines changed

5 files changed

+36
-29
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.13.0-common
1+
FROM kernai/refinery-parent-images:v1.14.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.13.0-common
1+
FROM kernai/refinery-parent-images:v1.14.0-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
66
#
7-
anyio==4.0.0
7+
anyio==4.3.0
88
# via
99
# -r requirements/common-requirements.txt
1010
# starlette
@@ -22,12 +22,12 @@ catalogue==2.0.8
2222
# spacy
2323
# srsly
2424
# thinc
25-
certifi==2023.7.22
25+
certifi==2024.2.2
2626
# via
2727
# -r requirements/common-requirements.txt
2828
# minio
2929
# requests
30-
charset-normalizer==3.2.0
30+
charset-normalizer==3.3.2
3131
# via
3232
# -r requirements/common-requirements.txt
3333
# requests
@@ -43,17 +43,17 @@ cymem==2.0.7
4343
# preshed
4444
# spacy
4545
# thinc
46-
exceptiongroup==1.1.3
46+
exceptiongroup==1.2.0
4747
# via
4848
# -r requirements/common-requirements.txt
4949
# anyio
50-
fastapi==0.95.2
50+
fastapi==0.110.0
5151
# via -r requirements/common-requirements.txt
5252
h11==0.14.0
5353
# via
5454
# -r requirements/common-requirements.txt
5555
# uvicorn
56-
idna==3.4
56+
idna==3.6
5757
# via
5858
# -r requirements/common-requirements.txt
5959
# anyio
@@ -79,6 +79,7 @@ murmurhash==1.0.9
7979
numpy==1.23.4
8080
# via
8181
# -r requirements/common-requirements.txt
82+
# blis
8283
# pandas
8384
# spacy
8485
# thinc
@@ -92,11 +93,12 @@ preshed==3.0.8
9293
# via
9394
# spacy
9495
# thinc
95-
psycopg2-binary==2.9.4
96+
psycopg2-binary==2.9.9
9697
# via -r requirements/common-requirements.txt
9798
pydantic==1.10.8
9899
# via
99100
# -r requirements/common-requirements.txt
101+
# confection
100102
# fastapi
101103
# spacy
102104
# thinc
@@ -107,7 +109,7 @@ python-dateutil==2.8.2
107109
# -r requirements/common-requirements.txt
108110
# botocore
109111
# pandas
110-
pytz==2023.3.post1
112+
pytz==2024.1
111113
# via
112114
# -r requirements/common-requirements.txt
113115
# pandas
@@ -125,7 +127,7 @@ six==1.16.0
125127
# python-dateutil
126128
smart-open==5.2.1
127129
# via pathy
128-
sniffio==1.3.0
130+
sniffio==1.3.1
129131
# via
130132
# -r requirements/common-requirements.txt
131133
# anyio
@@ -139,9 +141,10 @@ sqlalchemy==1.4.42
139141
# via -r requirements/common-requirements.txt
140142
srsly==2.4.5
141143
# via
144+
# confection
142145
# spacy
143146
# thinc
144-
starlette==0.27.0
147+
starlette==0.36.3
145148
# via
146149
# -r requirements/common-requirements.txt
147150
# fastapi
@@ -153,9 +156,11 @@ typer==0.4.2
153156
# via
154157
# pathy
155158
# spacy
156-
typing-extensions==4.7.1
159+
typing-extensions==4.10.0
157160
# via
158161
# -r requirements/common-requirements.txt
162+
# anyio
163+
# fastapi
159164
# pydantic
160165
# starlette
161166
urllib3==1.26.18

requirements/common-requirements.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile common-requirements.in
66
#
7-
anyio==4.0.0
7+
anyio==4.3.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==2023.7.22
15+
certifi==2024.2.2
1616
# via
1717
# minio
1818
# requests
19-
charset-normalizer==3.2.0
19+
charset-normalizer==3.3.2
2020
# via requests
2121
click==8.1.7
2222
# via uvicorn
23-
exceptiongroup==1.1.3
23+
exceptiongroup==1.2.0
2424
# via anyio
25-
fastapi==0.95.2
25+
fastapi==0.110.0
2626
# via -r mini-requirements.in
2727
h11==0.14.0
2828
# via uvicorn
29-
idna==3.4
29+
idna==3.6
3030
# via
3131
# anyio
3232
# requests
@@ -42,7 +42,7 @@ numpy==1.23.4
4242
# pandas
4343
pandas==1.5.1
4444
# via -r common-requirements.in
45-
psycopg2-binary==2.9.4
45+
psycopg2-binary==2.9.9
4646
# via -r common-requirements.in
4747
pydantic==1.10.8
4848
# via
@@ -52,22 +52,24 @@ python-dateutil==2.8.2
5252
# via
5353
# botocore
5454
# pandas
55-
pytz==2023.3.post1
55+
pytz==2024.1
5656
# via pandas
5757
requests==2.31.0
5858
# via -r mini-requirements.in
5959
s3transfer==0.6.2
6060
# via boto3
6161
six==1.16.0
6262
# via python-dateutil
63-
sniffio==1.3.0
63+
sniffio==1.3.1
6464
# via anyio
6565
sqlalchemy==1.4.42
6666
# via -r common-requirements.in
67-
starlette==0.27.0
67+
starlette==0.36.3
6868
# via fastapi
69-
typing-extensions==4.7.1
69+
typing-extensions==4.10.0
7070
# via
71+
# anyio
72+
# fastapi
7173
# pydantic
7274
# starlette
7375
urllib3==1.26.18

0 commit comments

Comments
 (0)