Skip to content

Commit a2da776

Browse files
new parent image
1 parent a29e8b3 commit a2da776

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
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.19.0-common
1+
FROM kernai/refinery-parent-images:v1.20.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.19.0-common
1+
FROM kernai/refinery-parent-images:v1.20.0-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ annotated-types==0.7.0
1010
# via
1111
# -r requirements/common-requirements.txt
1212
# pydantic
13-
anyio==4.6.2.post1
13+
anyio==4.8.0
1414
# via
1515
# -r requirements/common-requirements.txt
1616
# httpx
@@ -30,18 +30,18 @@ catalogue==2.0.10
3030
# spacy
3131
# srsly
3232
# thinc
33-
certifi==2024.8.30
33+
certifi==2025.1.31
3434
# via
3535
# -r requirements/common-requirements.txt
3636
# httpcore
3737
# httpx
3838
# minio
3939
# requests
40-
charset-normalizer==3.4.0
40+
charset-normalizer==3.4.1
4141
# via
4242
# -r requirements/common-requirements.txt
4343
# requests
44-
click==8.1.7
44+
click==8.1.8
4545
# via
4646
# -r requirements/common-requirements.txt
4747
# typer
@@ -69,8 +69,6 @@ exceptiongroup==1.2.2
6969
# anyio
7070
fastapi==0.115.2
7171
# via -r requirements/common-requirements.txt
72-
greenlet==3.1.1
73-
# via sqlalchemy
7472
h11==0.14.0
7573
# via
7674
# -r requirements/common-requirements.txt
@@ -108,7 +106,7 @@ markupsafe==2.1.5
108106
# jinja2
109107
# mako
110108
minio==7.1.12
111-
# via -r DRF
109+
# via -r requirements/common-requirements.txt
112110
murmurhash==1.0.10
113111
# via
114112
# preshed
@@ -163,7 +161,7 @@ python-dateutil==2.9.0.post0
163161
# -r requirements/common-requirements.txt
164162
# botocore
165163
# pandas
166-
pytz==2024.2
164+
pytz==2025.1
167165
# via
168166
# -r requirements/common-requirements.txt
169167
# pandas
@@ -179,7 +177,7 @@ s3transfer==0.6.2
179177
# via
180178
# -r requirements/common-requirements.txt
181179
# boto3
182-
six==1.16.0
180+
six==1.17.0
183181
# via
184182
# -r requirements/common-requirements.txt
185183
# python-dateutil

requirements/common-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.6.2.post1
9+
anyio==4.8.0
1010
# via starlette
1111
boto3==1.25.0
1212
# via -r common-requirements.in
1313
botocore==1.28.5
1414
# via
1515
# boto3
1616
# s3transfer
17-
certifi==2024.8.30
17+
certifi==2025.1.31
1818
# via
1919
# minio
2020
# requests
21-
charset-normalizer==3.4.0
21+
charset-normalizer==3.4.1
2222
# via requests
23-
click==8.1.7
23+
click==8.1.8
2424
# via uvicorn
2525
exceptiongroup==1.2.2
2626
# via anyio
@@ -56,13 +56,13 @@ python-dateutil==2.9.0.post0
5656
# via
5757
# botocore
5858
# pandas
59-
pytz==2024.2
59+
pytz==2025.1
6060
# via pandas
6161
requests==2.31.0
6262
# via -r mini-requirements.in
6363
s3transfer==0.6.2
6464
# via boto3
65-
six==1.16.0
65+
six==1.17.0
6666
# via python-dateutil
6767
sniffio==1.3.1
6868
# via anyio

0 commit comments

Comments
 (0)