Skip to content

Commit 52aca03

Browse files
new parent image
1 parent c455481 commit 52aca03

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
@@ -19,16 +19,16 @@ botocore==1.28.5
1919
# -r requirements/common-requirements.txt
2020
# boto3
2121
# s3transfer
22-
certifi==2024.8.30
22+
certifi==2025.1.31
2323
# via
2424
# -r requirements/common-requirements.txt
2525
# minio
2626
# requests
27-
charset-normalizer==3.4.0
27+
charset-normalizer==3.4.1
2828
# via
2929
# -r requirements/common-requirements.txt
3030
# requests
31-
click==8.1.7
31+
click==8.1.8
3232
# via
3333
# -r requirements/common-requirements.txt
3434
# uvicorn
@@ -80,7 +80,7 @@ python-dateutil==2.9.0.post0
8080
# -r requirements/common-requirements.txt
8181
# botocore
8282
# pandas
83-
pytz==2024.2
83+
pytz==2025.1
8484
# via
8585
# -r requirements/common-requirements.txt
8686
# pandas
@@ -90,7 +90,7 @@ s3transfer==0.6.2
9090
# via
9191
# -r requirements/common-requirements.txt
9292
# boto3
93-
six==1.16.0
93+
six==1.17.0
9494
# via
9595
# -r requirements/common-requirements.txt
9696
# 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)