Skip to content

Commit bf47f62

Browse files
new parent image (#86)
1 parent a3c675c commit bf47f62

File tree

5 files changed

+15
-15
lines changed

5 files changed

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

33
WORKDIR /app
44

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ annotated-types==0.7.0
88
# via
99
# -r requirements/common-requirements.txt
1010
# pydantic
11-
anyio==4.6.2.post1
11+
anyio==4.8.0
1212
# via
1313
# -r requirements/common-requirements.txt
1414
# starlette
@@ -26,16 +26,16 @@ catalogue==2.0.10
2626
# spacy
2727
# srsly
2828
# thinc
29-
certifi==2024.8.30
29+
certifi==2025.1.31
3030
# via
3131
# -r requirements/common-requirements.txt
3232
# minio
3333
# requests
34-
charset-normalizer==3.4.0
34+
charset-normalizer==3.4.1
3535
# via
3636
# -r requirements/common-requirements.txt
3737
# requests
38-
click==8.1.7
38+
click==8.1.8
3939
# via
4040
# -r requirements/common-requirements.txt
4141
# typer
@@ -132,7 +132,7 @@ python-dateutil==2.9.0.post0
132132
# -r requirements/common-requirements.txt
133133
# botocore
134134
# pandas
135-
pytz==2024.2
135+
pytz==2025.1
136136
# via
137137
# -r requirements/common-requirements.txt
138138
# pandas
@@ -149,7 +149,7 @@ s3transfer==0.6.2
149149
# boto3
150150
shellingham==1.5.4
151151
# via typer
152-
six==1.16.0
152+
six==1.17.0
153153
# via
154154
# -r requirements/common-requirements.txt
155155
# 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)