Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM kernai/refinery-parent-images:v1.5.0-common
FROM kernai/refinery-parent-images:v1.7.0-common

WORKDIR /program

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.5.0-common
FROM kernai/refinery-parent-images:v1.7.0-common

WORKDIR /app

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ anyio==3.6.2
# starlette
boto3==1.25.0
# via -r requirements/common-requirements.txt
botocore==1.28.0
botocore==1.28.5
# via
# -r requirements/common-requirements.txt
# boto3
# s3transfer
certifi==2022.9.24
certifi==2022.12.7
# via
# -r requirements/common-requirements.txt
# minio
Expand Down Expand Up @@ -66,7 +66,7 @@ python-dateutil==2.8.2
# -r requirements/common-requirements.txt
# botocore
# pandas
pytz==2022.5
pytz==2022.6
# via
# -r requirements/common-requirements.txt
# pandas
Expand Down Expand Up @@ -95,7 +95,7 @@ typing-extensions==4.4.0
# -r requirements/common-requirements.txt
# pydantic
# starlette
urllib3==1.26.12
urllib3==1.26.13
# via
# -r requirements/common-requirements.txt
# botocore
Expand Down
8 changes: 4 additions & 4 deletions requirements/common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ anyio==3.6.2
# via starlette
boto3==1.25.0
# via -r requirements/common-requirements.in
botocore==1.28.0
botocore==1.28.5
# via
# boto3
# s3transfer
certifi==2022.9.24
certifi==2022.12.7
# via
# minio
# requests
Expand Down Expand Up @@ -50,7 +50,7 @@ python-dateutil==2.8.2
# via
# botocore
# pandas
pytz==2022.5
pytz==2022.6
# via pandas
requests==2.28.1
# via -r requirements/mini-requirements.in
Expand All @@ -68,7 +68,7 @@ typing-extensions==4.4.0
# via
# pydantic
# starlette
urllib3==1.26.12
urllib3==1.26.13
# via
# botocore
# minio
Expand Down