Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent 77ef2b3 commit 7face39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM python:alpine3.17
FROM python:3.11-slim
FROM python:3.12-slim

WORKDIR /app
COPY ["src/constants.py", "src/logging.config", "src/data_interface.py", "src/main.py", "requirements.txt", "./"]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
streamlit==1.20.0
nr-objstore-util==0.9.0
minio==7.1.14
nr-objstore-util==0.10.0
minio==7.2.8

0 comments on commit 7face39

Please sign in to comment.