Skip to content

Commit

Permalink
new parent image
Browse files Browse the repository at this point in the history
  • Loading branch information
lumburovskalina committed Oct 16, 2024
1 parent 0b27169 commit 847e009
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.18.1-common
FROM kernai/refinery-parent-images:v1.19.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.18.1-common
FROM kernai/refinery-parent-images:v1.19.0-common

WORKDIR /app

Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
# via
# -r requirements/common-requirements.txt
# pydantic
anyio==4.4.0
anyio==4.6.2.post1
# via
# -r requirements/common-requirements.txt
# starlette
Expand All @@ -26,12 +26,12 @@ catalogue==2.0.10
# spacy
# srsly
# thinc
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/common-requirements.txt
# minio
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/common-requirements.txt
# requests
Expand All @@ -55,13 +55,13 @@ exceptiongroup==1.2.2
# via
# -r requirements/common-requirements.txt
# anyio
fastapi==0.110.3
fastapi==0.115.2
# via -r requirements/common-requirements.txt
h11==0.14.0
# via
# -r requirements/common-requirements.txt
# uvicorn
idna==3.8
idna==3.10
# via
# -r requirements/common-requirements.txt
# anyio
Expand Down Expand Up @@ -132,7 +132,7 @@ python-dateutil==2.9.0.post0
# -r requirements/common-requirements.txt
# botocore
# pandas
pytz==2024.1
pytz==2024.2
# via
# -r requirements/common-requirements.txt
# pandas
Expand Down Expand Up @@ -173,7 +173,7 @@ srsly==2.4.8
# spacy
# thinc
# weasel
starlette==0.37.2
starlette==0.40.0
# via
# -r requirements/common-requirements.txt
# fastapi
Expand Down Expand Up @@ -201,7 +201,7 @@ typing-extensions==4.12.2
# pydantic-core
# starlette
# typer
urllib3==1.26.19
urllib3==1.26.20
# via
# -r requirements/common-requirements.txt
# botocore
Expand Down
16 changes: 8 additions & 8 deletions requirements/common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.6.2.post1
# via starlette
boto3==1.25.0
# via -r common-requirements.in
botocore==1.28.5
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via
# minio
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via uvicorn
exceptiongroup==1.2.2
# via anyio
fastapi==0.110.3
fastapi==0.115.2
# via -r mini-requirements.in
h11==0.14.0
# via uvicorn
idna==3.8
idna==3.10
# via
# anyio
# requests
Expand Down Expand Up @@ -56,7 +56,7 @@ python-dateutil==2.9.0.post0
# via
# botocore
# pandas
pytz==2024.1
pytz==2024.2
# via pandas
requests==2.31.0
# via -r mini-requirements.in
Expand All @@ -68,7 +68,7 @@ sniffio==1.3.1
# via anyio
sqlalchemy==1.4.42
# via -r common-requirements.in
starlette==0.37.2
starlette==0.40.0
# via fastapi
typing-extensions==4.12.2
# via
Expand All @@ -77,7 +77,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# starlette
urllib3==1.26.19
urllib3==1.26.20
# via
# botocore
# minio
Expand Down

0 comments on commit 847e009

Please sign in to comment.