Skip to content

Commit 3949346

Browse files
author
GitHub Actions
committed
ci: update requirements and Dockerfile
1 parent 27b2cb1 commit 3949346

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM kernai/refinery-parent-images:v2.0.0-common
2+
FROM registry.dev.kern.ai/code-kern-ai/refinery-parent-images:parent-image-updates-common
33

44
WORKDIR /program
55

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:v2.0.0-common
1+
FROM registry.dev.kern.ai/code-kern-ai/refinery-parent-images:parent-image-updates-common
22

33
WORKDIR /app
44

requirements/common-requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ argon2-cffi-bindings==21.2.0
1414
# via argon2-cffi
1515
boto3==1.39.6
1616
# via -r common-requirements.in
17-
botocore==1.39.6
17+
botocore==1.39.10
1818
# via
1919
# boto3
2020
# s3transfer
@@ -28,7 +28,7 @@ charset-normalizer==3.4.2
2828
# via requests
2929
click==8.2.1
3030
# via uvicorn
31-
fastapi==0.115.2
31+
fastapi==0.116.1
3232
# via -r mini-requirements.in
3333
h11==0.16.0
3434
# via uvicorn
@@ -68,15 +68,15 @@ pytz==2025.2
6868
# via pandas
6969
requests==2.32.4
7070
# via -r mini-requirements.in
71-
s3transfer==0.13.0
71+
s3transfer==0.13.1
7272
# via boto3
7373
six==1.17.0
7474
# via python-dateutil
7575
sniffio==1.3.1
7676
# via anyio
7777
sqlalchemy==1.4.42
7878
# via -r common-requirements.in
79-
starlette==0.40.0
79+
starlette==0.47.2
8080
# via fastapi
8181
typing-extensions==4.14.1
8282
# via
@@ -85,6 +85,7 @@ typing-extensions==4.14.1
8585
# minio
8686
# pydantic
8787
# pydantic-core
88+
# starlette
8889
urllib3==2.5.0
8990
# via
9091
# botocore

0 commit comments

Comments
 (0)