Skip to content

Commit 852ea8f

Browse files
anmarhindiAnmar Hindi
andauthored
Parent image update (#191)
* new parent image * resolves dependency --------- Co-authored-by: Anmar Hindi <[email protected]>
1 parent b480a61 commit 852ea8f

File tree

4 files changed

+27
-24
lines changed

4 files changed

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

33
WORKDIR /app
44

requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alembic==1.7.1
88
# via -r requirements/requirements.in
99
aniso8601==7.0.0
1010
# via graphene
11-
anyio==4.0.0
11+
anyio==4.3.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==2023.7.22
27+
certifi==2024.2.2
2828
# via
2929
# -r requirements/common-requirements.txt
3030
# minio
3131
# requests
32-
charset-normalizer==3.2.0
32+
charset-normalizer==3.3.2
3333
# via
3434
# -r requirements/common-requirements.txt
3535
# requests
@@ -49,7 +49,7 @@ docker==5.0.0
4949
# via -r requirements/requirements.in
5050
et-xmlfile==1.1.0
5151
# via openpyxl
52-
exceptiongroup==1.1.3
52+
exceptiongroup==1.2.0
5353
# via
5454
# -r requirements/common-requirements.txt
5555
# anyio
@@ -70,7 +70,7 @@ h11==0.14.0
7070
# via
7171
# -r requirements/common-requirements.txt
7272
# uvicorn
73-
idna==3.4
73+
idna==3.6
7474
# via
7575
# -r requirements/common-requirements.txt
7676
# anyio
@@ -121,7 +121,7 @@ promise==2.3
121121
# graphene-sqlalchemy
122122
# graphql-core
123123
# graphql-relay
124-
psycopg2-binary==2.9.4
124+
psycopg2-binary==2.9.9
125125
# via -r requirements/common-requirements.txt
126126
pycryptodome==3.18.0
127127
# via rncryptor
@@ -142,7 +142,7 @@ python-dateutil==2.8.2
142142
# -r requirements/common-requirements.txt
143143
# botocore
144144
# pandas
145-
pytz==2023.3.post1
145+
pytz==2024.1
146146
# via
147147
# -r requirements/common-requirements.txt
148148
# pandas
@@ -173,7 +173,7 @@ six==1.16.0
173173
# singledispatch
174174
smart-open==5.2.1
175175
# via pathy
176-
sniffio==1.3.0
176+
sniffio==1.3.1
177177
# via
178178
# -r requirements/common-requirements.txt
179179
# anyio
@@ -211,9 +211,10 @@ typer==0.4.2
211211
# via
212212
# pathy
213213
# spacy
214-
typing-extensions==4.7.1
214+
typing-extensions==4.10.0
215215
# via
216216
# -r requirements/common-requirements.txt
217+
# anyio
217218
# pydantic
218219
urllib3==1.26.18
219220
# via

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)